#2953BC

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

Shades of Cerulean Blue #2953BC

Tints of Cerulean Blue #2953BC

Color information

#2953BC (or 0x2953BC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 53 and BC. RGB value is (41,83,188). Sum of RGB (Red+Green+Blue) = 41+83+188=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #2953BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2953BC is #D6AC43. Grayscale: #515151. Windows color (decimal): -14068804 or 12342057. OLE color: 12342057.

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

Color convert

RGB4183188-
CMYK0.780.5600.26
HSL222.86º64.19%44.9%-
HSV(B)222.86º78.19%73.73%-
XYZ13.0810.2948.87-
YUV82.41187.5998.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 188 (73.83% from 255) = 60.26%
R=13.14%
G=26.60%
B=60.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41831880.780.5600.26222.8664.1944.9
Hex2953BC4E3801Adf402d
Octal511232741167003233710055
Binary1010011010011101111001001110111000011010110111111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2953BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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