#2956BE

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

Shades of Cerulean Blue #2956BE

Tints of Cerulean Blue #2956BE

Color information

#2956BE (or 0x2956BE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 56 and BE. RGB value is (41,86,190). Sum of RGB (Red+Green+Blue) = 41+86+190=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #2956BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956BE is #D6A941. Grayscale: #535353. Windows color (decimal): -14068034 or 12473897. OLE color: 12473897.

HSL color Cylindrical-coordinate representation of color #2956BE: hue angle of 221.88º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2956BE is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4186190-
CMYK0.780.5500.25
HSL221.88º64.5%45.29%-
HSV(B)221.88º78.42%74.51%-
XYZ13.5410.8450.09-
YUV84.4187.5997.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 190 (74.61% from 255) = 59.94%
R=12.93%
G=27.13%
B=59.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41861900.780.5500.25221.8864.545.29
Hex2956BE4E37019de412d
Octal511262761166703133610155
Binary1010011010110101111101001110110111011001110111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2956BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2956BE; }

 p { color: rgb(41,86,190); }

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

<style>
 a { background-color: #2956BE; }

 a { background-color: rgb(41,86,190); }

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

<style>
 span { border-color: #2956BE; }

 span { border-color: rgb(41,86,190); }

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