#2962BE

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

Shades of Cerulean Blue #2962BE

Tints of Cerulean Blue #2962BE

Color information

#2962BE (or 0x2962BE) is unknown color: approx Cerulean Blue. HEX triplet: 29, 62 and BE. RGB value is (41,98,190). Sum of RGB (Red+Green+Blue) = 41+98+190=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #2962BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962BE is #D69D41. Grayscale: #5B5B5B. Windows color (decimal): -14064962 or 12476969. OLE color: 12476969.

HSL color Cylindrical-coordinate representation of color #2962BE: hue angle of 217.05º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2962BE is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4198190-
CMYK0.780.4800.25
HSL217.05º64.5%45.29%-
HSV(B)217.05º78.42%74.51%-
XYZ14.5812.9250.44-
YUV91.44183.6292.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 190 (74.61% from 255) = 57.75%
R=12.46%
G=29.79%
B=57.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41981900.780.4800.25217.0564.545.29
Hex2962BE4E30019d9412d
Octal511422761166003133110155
Binary1010011100010101111101001110110000011001110110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2962BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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