Html Css Color HEX #2E59BA Cerulean Blue

📋 copy color: '#2E59BA'

red 46 ◦ green 89 ◦ blue 186

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

Shades of Cerulean Blue #2E59BA

Tints of Cerulean Blue #2E59BA

RGB

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

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

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

R = 14.33%
G = 27.73%
B = 57.94%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E59BA (or 0x2E59BA) is known color: Cerulean Blue. HEX triplet: 2E, 59 and BA. RGB value is (46,89,186). Sum of RGB (Red+Green+Blue) = 46+89+186=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E59BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E59BA is #D1A645. Grayscale: #565656. Windows color (decimal): -13739590 or 12212526. OLE color: 12212526.

HSL color Cylindrical-coordinate representation of color #2E59BA: hue angle of 221.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E59BA is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 89 186 -
CMYK 0.75 0.52 0 0.27
HSL 221.57º 0.6% 0.45% -
HSV(B) 221.57º 0.75% 0.73% -
XYZ 13.56 11.27 47.92 -
YUV 87.2 183.75 98.61 -
System Red Green Blue C M Y K H S L
Decimal 46 89 186 0.75 0.52 0 0.27 221.57 0.6 0.45
Hex 2E 59 BA 4B 34 0 1B DE 3C 2D
Octal 56 131 272 113 64 0 33 336 74 55
Binary 101110 1011001 10111010 1001011 110100 0 11011 11011110 111100 101101

Color Harmonies of #2E59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E59BA

Black with #2E59BA

Text Example


Text Example

White with #2E59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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