#2962BC

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

Shades of Cerulean Blue #2962BC

Tints of Cerulean Blue #2962BC

Color information

#2962BC (or 0x2962BC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 62 and BC. RGB value is (41,98,188). Sum of RGB (Red+Green+Blue) = 41+98+188=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #2962BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962BC is #D69D43. Grayscale: #5A5A5A. Windows color (decimal): -14064964 or 12345897. OLE color: 12345897.

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

Color convert

RGB4198188-
CMYK0.780.4800.26
HSL216.73º64.19%44.9%-
HSV(B)216.73º78.19%73.73%-
XYZ14.3612.8449.3-
YUV91.22182.6292.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 188 (73.83% from 255) = 57.49%
R=12.54%
G=29.97%
B=57.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41981880.780.4800.26216.7364.1944.9
Hex2962BC4E3001Ad9402d
Octal511422741166003233110055
Binary1010011100010101111001001110110000011010110110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2962BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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