Html Css Color HEX #2E55BA Cerulean Blue

📋 copy color: '#2E55BA'

red 46 ◦ green 85 ◦ blue 186

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

Shades of Cerulean Blue #2E55BA

Tints of Cerulean Blue #2E55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 14.51%
G = 26.81%
B = 58.68%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E55BA (or 0x2E55BA) is known color: Cerulean Blue. HEX triplet: 2E, 55 and BA. RGB value is (46,85,186). Sum of RGB (Red+Green+Blue) = 46+85+186=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E55BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E55BA is #D1AA45. Grayscale: #545454. Windows color (decimal): -13740614 or 12211502. OLE color: 12211502.

HSL color Cylindrical-coordinate representation of color #2E55BA: hue angle of 223.29º 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 #2E55BA is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 85 186 -
CMYK 0.75 0.54 0 0.27
HSL 223.29º 0.6% 0.45% -
HSV(B) 223.29º 0.75% 0.73% -
XYZ 13.24 10.62 47.81 -
YUV 84.85 185.08 100.29 -
System Red Green Blue C M Y K H S L
Decimal 46 85 186 0.75 0.54 0 0.27 223.29 0.6 0.45
Hex 2E 55 BA 4B 36 0 1B DF 3C 2D
Octal 56 125 272 113 66 0 33 337 74 55
Binary 101110 1010101 10111010 1001011 110110 0 11011 11011111 111100 101101

Color Harmonies of #2E55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E55BA

Black with #2E55BA

Text Example


Text Example

White with #2E55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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