#2947AB

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

Shades of Cerulean Blue #2947AB

Tints of Cerulean Blue #2947AB

Color information

#2947AB (or 0x2947AB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 47 and AB. RGB value is (41,71,171). Sum of RGB (Red+Green+Blue) = 41+71+171=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #2947AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2947AB is #D6B854. Grayscale: #494949. Windows color (decimal): -14071893 or 11224873. OLE color: 11224873.

HSL color Cylindrical-coordinate representation of color #2947AB: hue angle of 226.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2947AB is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4171171-
CMYK0.760.5800.33
HSL226.15º61.32%41.57%-
HSV(B)226.15º76.02%67.06%-
XYZ10.527.9239.5-
YUV73.43183.06104.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.49%
GREEN value IS 71 (28.12% from 255) = 25.09%
BLUE value IS 171 (67.19% from 255) = 60.42%
R=14.49%
G=25.09%
B=60.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41711710.760.5800.33226.1561.3241.57
Hex2947AB4C3A021e23d2a
Octal51107253114720413427552
Binary1010011000111101010111001100111010010000111100010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2947AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2947AB; }

 p { color: rgb(41,71,171); }

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

<style>
 a { background-color: #2947AB; }

 a { background-color: rgb(41,71,171); }

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

<style>
 span { border-color: #2947AB; }

 span { border-color: rgb(41,71,171); }

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