#2947AC

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

Shades of Cerulean Blue #2947AC

Tints of Cerulean Blue #2947AC

Color information

#2947AC (or 0x2947AC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 47 and AC. RGB value is (41,71,172). Sum of RGB (Red+Green+Blue) = 41+71+172=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #2947AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2947AC is #D6B853. Grayscale: #494949. Windows color (decimal): -14071892 or 11290409. OLE color: 11290409.

HSL color Cylindrical-coordinate representation of color #2947AC: hue angle of 226.26º degrees, saturation: 0.62, 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 #2947AC is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4171172-
CMYK0.760.5900.33
HSL226.26º61.5%41.76%-
HSV(B)226.26º76.16%67.45%-
XYZ10.617.9640.01-
YUV73.54183.56104.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 60.56%
R=14.44%
G=25%
B=60.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41711720.760.5900.33226.2661.541.76
Hex2947AC4C3B021e23e2a
Octal51107254114730413427652
Binary1010011000111101011001001100111011010000111100010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2947AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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