Html Css Color HEX #2C59AB Cerulean Blue

📋 copy color: '#2C59AB'

red 44 ◦ green 89 ◦ blue 171

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

Shades of Cerulean Blue #2C59AB

Tints of Cerulean Blue #2C59AB

RGB

 RED value IS 44 (17.58% from 255) = 14.47%

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

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

R = 14.47%
G = 29.28%
B = 56.25%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2C59AB (or 0x2C59AB) is known color: Cerulean Blue. HEX triplet: 2C, 59 and AB. RGB value is (44,89,171). Sum of RGB (Red+Green+Blue) = 44+89+171=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C59AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C59AB is #D3A654. Grayscale: #545454. Windows color (decimal): -13870677 or 11229484. OLE color: 11229484.

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

Color convert

RGB 44 89 171 -
CMYK 0.74 0.48 0 0.33
HSL 218.74º 0.59% 0.42% -
HSV(B) 218.74º 0.74% 0.67% -
XYZ 11.96 10.62 39.95 -
YUV 84.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 44 89 171 0.74 0.48 0 0.33 218.74 0.59 0.42
Hex 2C 59 AB 4A 30 0 21 DB 3B 2A
Octal 54 131 253 112 60 0 41 333 73 52
Binary 101100 1011001 10101011 1001010 110000 0 100001 11011011 111011 101010

Color Harmonies of #2C59AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C59AB

Black with #2C59AB

Text Example


Text Example

White with #2C59AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C59AB; }

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

 H1.HeaderClassName
 {
   color: #2C59AB;
 }
 .AnyTagClassName
 {
   color: #2C59AB;
 }
</style>

background-color css

<style>
 a { background-color: #2C59AB; }

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

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

border-color css

<style>
 span { border-color: #2C59AB; }

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

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