#2949BC

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

Shades of Cerulean Blue #2949BC

Tints of Cerulean Blue #2949BC

Color information

#2949BC (or 0x2949BC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 49 and BC. RGB value is (41,73,188). Sum of RGB (Red+Green+Blue) = 41+73+188=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #2949BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2949BC is #D6B643. Grayscale: #4C4C4C. Windows color (decimal): -14071364 or 12339497. OLE color: 12339497.

HSL color Cylindrical-coordinate representation of color #2949BC: hue angle of 226.94º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2949BC is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4173188-
CMYK0.780.6100.26
HSL226.94º64.19%44.9%-
HSV(B)226.94º78.19%73.73%-
XYZ12.378.8748.64-
YUV76.54190.9102.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 188 (73.83% from 255) = 62.25%
R=13.58%
G=24.17%
B=62.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41731880.780.6100.26226.9464.1944.9
Hex2949BC4E3D01Ae3402d
Octal511112741167503234310055
Binary1010011001001101111001001110111101011010111000111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2949BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2949BC; }

 p { color: rgb(41,73,188); }

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

<style>
 a { background-color: #2949BC; }

 a { background-color: rgb(41,73,188); }

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

<style>
 span { border-color: #2949BC; }

 span { border-color: rgb(41,73,188); }

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