#2954BC

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

Shades of Cerulean Blue #2954BC

Tints of Cerulean Blue #2954BC

Color information

#2954BC (or 0x2954BC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 54 and BC. RGB value is (41,84,188). Sum of RGB (Red+Green+Blue) = 41+84+188=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #2954BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2954BC is #D6AB43. Grayscale: #525252. Windows color (decimal): -14068548 or 12342313. OLE color: 12342313.

HSL color Cylindrical-coordinate representation of color #2954BC: hue angle of 222.45º 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 #2954BC is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4184188-
CMYK0.780.5500.26
HSL222.45º64.19%44.9%-
HSV(B)222.45º78.19%73.73%-
XYZ13.1610.4448.9-
YUV83187.2598.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 188 (73.83% from 255) = 60.06%
R=13.10%
G=26.84%
B=60.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41841880.780.5500.26222.4564.1944.9
Hex2954BC4E3701Ade402d
Octal511242741166703233610055
Binary1010011010100101111001001110110111011010110111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2954BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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