#2960BC

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

Shades of Cerulean Blue #2960BC

Tints of Cerulean Blue #2960BC

Color information

#2960BC (or 0x2960BC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 60 and BC. RGB value is (41,96,188). Sum of RGB (Red+Green+Blue) = 41+96+188=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #2960BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960BC is #D69F43. Grayscale: #595959. Windows color (decimal): -14065476 or 12345385. OLE color: 12345385.

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

Color convert

RGB4196188-
CMYK0.780.4900.26
HSL217.55º64.19%44.9%-
HSV(B)217.55º78.19%73.73%-
XYZ14.1712.4749.24-
YUV90.04183.2893.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 188 (73.83% from 255) = 57.85%
R=12.62%
G=29.54%
B=57.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41961880.780.4900.26217.5564.1944.9
Hex2960BC4E3101Ada402d
Octal511402741166103233210055
Binary1010011100000101111001001110110001011010110110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2960BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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