#2B4AAA

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

Shades of Cerulean Blue #2B4AAA

Tints of Cerulean Blue #2B4AAA

Color information

#2B4AAA (or 0x2B4AAA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 4A and AA. RGB value is (43,74,170). Sum of RGB (Red+Green+Blue) = 43+74+170=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4AAA is #D4B555. Grayscale: #4B4B4B. Windows color (decimal): -13940054 or 11160107. OLE color: 11160107.

HSL color Cylindrical-coordinate representation of color #2B4AAA: hue angle of 225.35º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B4AAA is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4374170-
CMYK0.750.5600.33
HSL225.35º59.62%41.76%-
HSV(B)225.35º74.71%66.67%-
XYZ10.78.3139.07-
YUV75.68181.23104.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.98%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 170 (66.80% from 255) = 59.23%
R=14.98%
G=25.78%
B=59.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43741700.750.5600.33225.3559.6241.76
Hex2B4AAA4B38021e13c2a
Octal53112252113700413417452
Binary1010111001010101010101001011111000010000111100001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,74,170); }

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

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

 a { background-color: rgb(43,74,170); }

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

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

 span { border-color: rgb(43,74,170); }

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