Html Css Color HEX #2962BA Cerulean Blue

📋 copy color: '#2962BA'

red 41 ◦ green 98 ◦ blue 186

#2962BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2962BA

Tints of Cerulean Blue #2962BA

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 value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2962BA (or 0x2962BA) is known color: 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

RGB 41 98 186 -
CMYK 0.78 0.47 0 0.27
HSL 216.41º 0.64% 0.45% -
HSV(B) 216.41º 0.78% 0.73% -
XYZ 14.15 12.75 48.17 -
YUV 90.99 181.62 92.34 -
System Red Green Blue C M Y K H S L
Decimal 41 98 186 0.78 0.47 0 0.27 216.41 0.64 0.45
Hex 29 62 BA 4E 2F 0 1B D8 40 2D
Octal 51 142 272 116 57 0 33 330 100 55
Binary 101001 1100010 10111010 1001110 101111 0 11011 11011000 1000000 101101

Color Harmonies of #2962BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2962BA

Black with #2962BA

Text Example


Text Example

White with #2962BA

Text Example


Text Example

HTML Codes & Css Web 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>