#2962CC

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

Shades of Cerulean Blue #2962CC

Tints of Cerulean Blue #2962CC

Color information

#2962CC (or 0x2962CC) is unknown color: approx Cerulean Blue. HEX triplet: 29, 62 and CC. RGB value is (41,98,204). Sum of RGB (Red+Green+Blue) = 41+98+204=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #2962CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962CC is #D69D33. Grayscale: #5C5C5C. Windows color (decimal): -14064948 or 13394473. OLE color: 13394473.

HSL color Cylindrical-coordinate representation of color #2962CC: hue angle of 219.02º degrees, saturation: 0.67, 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 #2962CC is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4198204-
CMYK0.800.5200.2
HSL219.02º66.53%48.04%-
HSV(B)219.02º79.9%80%-
XYZ16.1813.5758.89-
YUV93.04190.6290.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.95%
GREEN value IS 98 (38.67% from 255) = 28.57%
BLUE value IS 204 (80.08% from 255) = 59.48%
R=11.95%
G=28.57%
B=59.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal41982040.800.5200.2219.0266.5348.04
Hex2962CC5034014db4330
Octal511423141206402433310360
Binary1010011100010110011001010000110100010100110110111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2962CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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