Html Css Color HEX #2E59AB Cerulean Blue

📋 copy color: '#2E59AB'

red 46 ◦ green 89 ◦ blue 171

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

Shades of Cerulean Blue #2E59AB

Tints of Cerulean Blue #2E59AB

RGB

 RED value IS 46 (18.36% from 255) = 15.03%

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

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

R = 15.03%
G = 29.08%
B = 55.88%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E59AB (or 0x2E59AB) is known color: Cerulean Blue. HEX triplet: 2E, 59 and AB. RGB value is (46,89,171). Sum of RGB (Red+Green+Blue) = 46+89+171=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E59AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E59AB is #D1A654. Grayscale: #555555. Windows color (decimal): -13739605 or 11229486. OLE color: 11229486.

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

Color convert

RGB 46 89 171 -
CMYK 0.73 0.48 0 0.33
HSL 219.36º 0.58% 0.43% -
HSV(B) 219.36º 0.73% 0.67% -
XYZ 12.05 10.67 39.95 -
YUV 85.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 46 89 171 0.73 0.48 0 0.33 219.36 0.58 0.43
Hex 2E 59 AB 49 30 0 21 DB 3A 2B
Octal 56 131 253 111 60 0 41 333 72 53
Binary 101110 1011001 10101011 1001001 110000 0 100001 11011011 111010 101011

Color Harmonies of #2E59AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E59AB

Black with #2E59AB

Text Example


Text Example

White with #2E59AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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