#2947DA

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

Shades of Cerulean Blue #2947DA

Tints of Cerulean Blue #2947DA

Color information

#2947DA (or 0x2947DA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 47 and DA. RGB value is (41,71,218). Sum of RGB (Red+Green+Blue) = 41+71+218=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #2947DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2947DA is #D6B825. Grayscale: #4E4E4E. Windows color (decimal): -14071846 or 14305065. OLE color: 14305065.

HSL color Cylindrical-coordinate representation of color #2947DA: hue angle of 229.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2947DA is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4171218-
CMYK0.810.6700.15
HSL229.83º70.52%50.78%-
HSV(B)229.83º81.19%85.49%-
XYZ15.8210.0467.43-
YUV78.79206.56101.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.42%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 218 (85.55% from 255) = 66.06%
R=12.42%
G=21.52%
B=66.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41712180.810.6700.15229.8370.5250.78
Hex2947DA51430Fe64733
Octal5110733212110301734610763
Binary1010011000111110110101010001100001101111111001101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2947DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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