#2962BA

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

Shades of Cerulean Blue #2962BA

Tints of Cerulean Blue #2962BA

Color information

#2962BA (or 0x2962BA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 62 and BA. RGB value is (41,98,186). Sum of RGB (Red+Green+Blue) = 41+98+186=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #2962BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962BA is #D69D45. Grayscale: #5A5A5A. Windows color (decimal): -14064966 or 12214825. OLE color: 12214825.

HSL color Cylindrical-coordinate representation of color #2962BA: hue angle of 216.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2962BA is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4198186-
CMYK0.780.4700.27
HSL216.41º63.88%44.51%-
HSV(B)216.41º77.96%72.94%-
XYZ14.1512.7548.17-
YUV90.99181.6292.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=12.62%
G=30.15%
B=57.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41981860.780.4700.27216.4163.8844.51
Hex2962BA4E2F01Bd8402d
Octal511422721165703333010055
Binary1010011100010101110101001110101111011011110110001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2962BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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