Html Css Color HEX #2959BA Cerulean Blue

📋 copy color: '#2959BA'

red 41 ◦ green 89 ◦ blue 186

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

Shades of Cerulean Blue #2959BA

Tints of Cerulean Blue #2959BA

RGB

 RED value IS 41 (16.41% from 255) = 12.97%

 GREEN value IS 89 (35.16% from 255) = 28.16%

 BLUE value IS 186 (73.05% from 255) = 58.86%

R = 12.97%
G = 28.16%
B = 58.86%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2959BA (or 0x2959BA) is known color: Cerulean Blue. HEX triplet: 29, 59 and BA. RGB value is (41,89,186). Sum of RGB (Red+Green+Blue) = 41+89+186=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #2959BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2959BA is #D6A645. Grayscale: #555555. Windows color (decimal): -14067270 or 12212521. OLE color: 12212521.

HSL color Cylindrical-coordinate representation of color #2959BA: hue angle of 220.14º 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 #2959BA is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 89 186 -
CMYK 0.78 0.52 0 0.27
HSL 220.14º 0.64% 0.45% -
HSV(B) 220.14º 0.78% 0.73% -
XYZ 13.35 11.16 47.91 -
YUV 85.71 184.6 96.11 -
System Red Green Blue C M Y K H S L
Decimal 41 89 186 0.78 0.52 0 0.27 220.14 0.64 0.45
Hex 29 59 BA 4E 34 0 1B DC 40 2D
Octal 51 131 272 116 64 0 33 334 100 55
Binary 101001 1011001 10111010 1001110 110100 0 11011 11011100 1000000 101101

Color Harmonies of #2959BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2959BA

Black with #2959BA

Text Example


Text Example

White with #2959BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2959BA;
 }
 .AnyTagClassName
 {
   color: #2959BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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