#2947A2

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

Shades of Cerulean Blue #2947A2

Tints of Cerulean Blue #2947A2

Color information

#2947A2 (or 0x2947A2) is unknown color: approx Cerulean Blue. HEX triplet: 29, 47 and A2. RGB value is (41,71,162). Sum of RGB (Red+Green+Blue) = 41+71+162=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #2947A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2947A2 is #D6B85D. Grayscale: #484848. Windows color (decimal): -14071902 or 10635049. OLE color: 10635049.

HSL color Cylindrical-coordinate representation of color #2947A2: hue angle of 225.12º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2947A2 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4171162-
CMYK0.750.5600.36
HSL225.12º59.61%39.8%-
HSV(B)225.12º74.69%63.53%-
XYZ9.697.5935.14-
YUV72.4178.56105.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 162 (63.67% from 255) = 59.12%
R=14.96%
G=25.91%
B=59.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41711620.750.5600.36225.1259.6139.8
Hex2947A24B38024e13c28
Octal51107242113700443417450
Binary1010011000111101000101001011111000010010011100001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2947A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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