Html Css Color HEX #2959AB Cerulean Blue

📋 copy color: '#2959AB'

red 41 ◦ green 89 ◦ blue 171

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

Shades of Cerulean Blue #2959AB

Tints of Cerulean Blue #2959AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.81%

R = 13.62%
G = 29.57%
B = 56.81%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2959AB (or 0x2959AB) is known color: Cerulean Blue. HEX triplet: 29, 59 and AB. RGB value is (41,89,171). Sum of RGB (Red+Green+Blue) = 41+89+171=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #2959AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2959AB is #D6A654. Grayscale: #535353. Windows color (decimal): -14067285 or 11229481. OLE color: 11229481.

HSL color Cylindrical-coordinate representation of color #2959AB: hue angle of 217.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2959AB is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 89 171 -
CMYK 0.76 0.48 0 0.33
HSL 217.85º 0.61% 0.42% -
HSV(B) 217.85º 0.76% 0.67% -
XYZ 11.84 10.56 39.94 -
YUV 84 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 41 89 171 0.76 0.48 0 0.33 217.85 0.61 0.42
Hex 29 59 AB 4C 30 0 21 DA 3D 2A
Octal 51 131 253 114 60 0 41 332 75 52
Binary 101001 1011001 10101011 1001100 110000 0 100001 11011010 111101 101010

Color Harmonies of #2959AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2959AB

Black with #2959AB

Text Example


Text Example

White with #2959AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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