#2B48A5

Color #2B48A5 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2B48A5

Tints of Cerulean Blue #2B48A5

Color information

#2B48A5 (or 0x2B48A5) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 48 and A5. RGB value is (43,72,165). Sum of RGB (Red+Green+Blue) = 43+72+165=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 165 (64.84% from 255 or 58.93% from 280); Max value from RGB is 165 - color contains mainly: blue. Hex color #2B48A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B48A5 is #D4B75A. Grayscale: #494949. Windows color (decimal): -13940571 or 10831915. OLE color: 10831915.

HSL color Cylindrical-coordinate representation of color #2B48A5: hue angle of 225.74º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B48A5 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4372165-
CMYK0.740.5600.35
HSL225.74º58.65%40.78%-
HSV(B)225.74º73.94%64.71%-
XYZ10.117.8636.58-
YUV73.93179.39105.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 15.36%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 165 (64.84% from 255) = 58.93%
R=15.36%
G=25.71%
B=58.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43721650.740.5600.35225.7458.6540.78
Hex2B48A54A38023e23b29
Octal53110245112700433427351
Binary1010111001000101001011001010111000010001111100010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B48A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B48A5; }

 p { color: rgb(43,72,165); }

 H1.HeaderClassName
 {
   color: #2B48A5;
 }
 .AnyTagClassName
 {
   color: #2B48A5;
 }
</style>
background-color css

<style>
 a { background-color: #2B48A5; }

 a { background-color: rgb(43,72,165); }

 div.DivClassName
 {
   background-color: #2B48A5;
 }
 .BgClassName
 {
   background-color: #2B48A5;
 }
</style>
border-color css

<style>
 span { border-color: #2B48A5; }

 span { border-color: rgb(43,72,165); }

 td.TdClassName
 {
   border-color: #2B48A5;
 }
 .TagClassName
 {
   border-color: #2B48A5;
 }
</style>