Html Css Color HEX #2E55AC Cerulean Blue

📋 copy color: '#2E55AC'

red 46 ◦ green 85 ◦ blue 172

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

Shades of Cerulean Blue #2E55AC

Tints of Cerulean Blue #2E55AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 15.18%
G = 28.05%
B = 56.77%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E55AC (or 0x2E55AC) is known color: Cerulean Blue. HEX triplet: 2E, 55 and AC. RGB value is (46,85,172). Sum of RGB (Red+Green+Blue) = 46+85+172=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E55AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E55AC is #D1AA53. Grayscale: #525252. Windows color (decimal): -13740628 or 11293998. OLE color: 11293998.

HSL color Cylindrical-coordinate representation of color #2E55AC: hue angle of 221.43º 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 #2E55AC is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 85 172 -
CMYK 0.73 0.51 0 0.33
HSL 221.43º 0.58% 0.43% -
HSV(B) 221.43º 0.73% 0.67% -
XYZ 11.82 10.06 40.35 -
YUV 83.26 178.08 101.43 -
System Red Green Blue C M Y K H S L
Decimal 46 85 172 0.73 0.51 0 0.33 221.43 0.58 0.43
Hex 2E 55 AC 49 33 0 21 DD 3A 2B
Octal 56 125 254 111 63 0 41 335 72 53
Binary 101110 1010101 10101100 1001001 110011 0 100001 11011101 111010 101011

Color Harmonies of #2E55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E55AC

Black with #2E55AC

Text Example


Text Example

White with #2E55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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