#2966CB

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

Shades of Cerulean Blue #2966CB

Tints of Cerulean Blue #2966CB

Color information

#2966CB (or 0x2966CB) is unknown color: approx Cerulean Blue. HEX triplet: 29, 66 and CB. RGB value is (41,102,203). Sum of RGB (Red+Green+Blue) = 41+102+203=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #2966CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2966CB is #D69934. Grayscale: #5E5E5E. Windows color (decimal): -14063925 or 13329961. OLE color: 13329961.

HSL color Cylindrical-coordinate representation of color #2966CB: hue angle of 217.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2966CB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB41102203-
CMYK0.800.5000.20
HSL217.41º66.39%47.84%-
HSV(B)217.41º79.8%79.61%-
XYZ16.4514.2958.39-
YUV95.28188.7989.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.85%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 203 (79.69% from 255) = 58.67%
R=11.85%
G=29.48%
B=58.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal411022030.800.5000.20217.4166.3947.84
Hex2966CB5032014d94230
Octal511463131206202433110260
Binary1010011100110110010111010000110010010100110110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2966CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2966CB; }

 p { color: rgb(41,102,203); }

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

<style>
 a { background-color: #2966CB; }

 a { background-color: rgb(41,102,203); }

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

<style>
 span { border-color: #2966CB; }

 span { border-color: rgb(41,102,203); }

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