#2953BA

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

Shades of Cerulean Blue #2953BA

Tints of Cerulean Blue #2953BA

Color information

#2953BA (or 0x2953BA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 53 and BA. RGB value is (41,83,186). Sum of RGB (Red+Green+Blue) = 41+83+186=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #2953BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953BA is #D6AC45. Grayscale: #515151. Windows color (decimal): -14068806 or 12210985. OLE color: 12210985.

HSL color Cylindrical-coordinate representation of color #2953BA: hue angle of 222.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2953BA is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4183186-
CMYK0.780.5500.27
HSL222.62º63.88%44.51%-
HSV(B)222.62º77.96%72.94%-
XYZ12.8710.247.75-
YUV82.18186.5998.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 186 (73.05% from 255) = 60%
R=13.23%
G=26.77%
B=60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41831860.780.5500.27222.6263.8844.51
Hex2953BA4E3701Bdf402d
Octal511232721166703333710055
Binary1010011010011101110101001110110111011011110111111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2953BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2953BA; }

 p { color: rgb(41,83,186); }

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

<style>
 a { background-color: #2953BA; }

 a { background-color: rgb(41,83,186); }

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

<style>
 span { border-color: #2953BA; }

 span { border-color: rgb(41,83,186); }

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