Html Css Color HEX #2E4FA8 Cerulean Blue

📋 copy color: '#2E4FA8'

red 46 ◦ green 79 ◦ blue 168

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

Shades of Cerulean Blue #2E4FA8

Tints of Cerulean Blue #2E4FA8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.96%

 BLUE value IS 168 (66.02% from 255) = 57.34%

R = 15.7%
G = 26.96%
B = 57.34%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#2E4FA8 (or 0x2E4FA8) is known color: Cerulean Blue. HEX triplet: 2E, 4F and A8. RGB value is (46,79,168). Sum of RGB (Red+Green+Blue) = 46+79+168=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 168 (66.02% from 255 or 57.34% from 293); Max value from RGB is 168 - color contains mainly: blue. Hex color #2E4FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4FA8 is #D1B057. Grayscale: #4E4E4E. Windows color (decimal): -13742168 or 11030318. OLE color: 11030318.

HSL color Cylindrical-coordinate representation of color #2E4FA8: hue angle of 223.77º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E4FA8 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 79 168 -
CMYK 0.73 0.53 0 0.34
HSL 223.77º 0.57% 0.42% -
HSV(B) 223.77º 0.73% 0.66% -
XYZ 10.99 9 38.2 -
YUV 79.28 178.07 104.26 -
System Red Green Blue C M Y K H S L
Decimal 46 79 168 0.73 0.53 0 0.34 223.77 0.57 0.42
Hex 2E 4F A8 49 35 0 22 E0 39 2A
Octal 56 117 250 111 65 0 42 340 71 52
Binary 101110 1001111 10101000 1001001 110101 0 100010 11100000 111001 101010

Color Harmonies of #2E4FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4FA8

Black with #2E4FA8

Text Example


Text Example

White with #2E4FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,79,168); }

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

background-color css

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

 a { background-color: rgb(46,79,168); }

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

border-color css

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

 span { border-color: rgb(46,79,168); }

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