#2947A3

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

Shades of Cerulean Blue #2947A3

Tints of Cerulean Blue #2947A3

Color information

#2947A3 (or 0x2947A3) is unknown color: approx Cerulean Blue. HEX triplet: 29, 47 and A3. RGB value is (41,71,163). Sum of RGB (Red+Green+Blue) = 41+71+163=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #2947A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2947A3 is #D6B85C. Grayscale: #484848. Windows color (decimal): -14071901 or 10700585. OLE color: 10700585.

HSL color Cylindrical-coordinate representation of color #2947A3: hue angle of 225.25º 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 #2947A3 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4171163-
CMYK0.750.5600.36
HSL225.25º59.8%40%-
HSV(B)225.25º74.85%63.92%-
XYZ9.787.6235.61-
YUV72.52179.06105.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 163 (64.06% from 255) = 59.27%
R=14.91%
G=25.82%
B=59.27%

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
Decimal41711630.750.5600.36225.2559.840
Hex2947A34B38024e13c28
Octal51107243113700443417450
Binary1010011000111101000111001011111000010010011100001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2947A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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