#2B47AA

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

Shades of Cerulean Blue #2B47AA

Tints of Cerulean Blue #2B47AA

Color information

#2B47AA (or 0x2B47AA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 47 and AA. RGB value is (43,71,170). Sum of RGB (Red+Green+Blue) = 43+71+170=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B47AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B47AA is #D4B855. Grayscale: #494949. Windows color (decimal): -13940822 or 11159339. OLE color: 11159339.

HSL color Cylindrical-coordinate representation of color #2B47AA: hue angle of 226.77º 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 #2B47AA is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4371170-
CMYK0.750.5800.33
HSL226.77º59.62%41.76%-
HSV(B)226.77º74.71%66.67%-
XYZ10.517.9239.01-
YUV73.91182.22105.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.14%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 59.86%
R=15.14%
G=25%
B=59.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43711700.750.5800.33226.7759.6241.76
Hex2B47AA4B3A021e33c2a
Octal53107252113720413437452
Binary1010111000111101010101001011111010010000111100011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B47AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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