#2962BD

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

Shades of Cerulean Blue #2962BD

Tints of Cerulean Blue #2962BD

Color information

#2962BD (or 0x2962BD) is unknown color: approx Cerulean Blue. HEX triplet: 29, 62 and BD. RGB value is (41,98,189). Sum of RGB (Red+Green+Blue) = 41+98+189=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #2962BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962BD is #D69D42. Grayscale: #5A5A5A. Windows color (decimal): -14064963 or 12411433. OLE color: 12411433.

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

Color convert

RGB4198189-
CMYK0.780.4800.26
HSL216.89º64.35%45.1%-
HSV(B)216.89º78.31%74.12%-
XYZ14.4712.8849.87-
YUV91.33183.1292.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.5%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=12.5%
G=29.88%
B=57.62%

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
Decimal41981890.780.4800.26216.8964.3545.1
Hex2962BD4E3001Ad9402d
Octal511422751166003233110055
Binary1010011100010101111011001110110000011010110110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2962BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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