Html Css Color HEX #2E49E4 Royal Blue

📋 copy color: '#2E49E4'

red 46 ◦ green 73 ◦ blue 228

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

Shades of Royal Blue #2E49E4

Tints of Royal Blue #2E49E4

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

 BLUE value IS 228 (89.45% from 255) = 65.71%

R = 13.26%
G = 21.04%
B = 65.71%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#2E49E4 (or 0x2E49E4) is known color: Royal Blue. HEX triplet: 2E, 49 and E4. RGB value is (46,73,228). Sum of RGB (Red+Green+Blue) = 46+73+228=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 228 (89.45% from 255 or 65.71% from 347); Max value from RGB is 228 - color contains mainly: blue. Hex color #2E49E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E49E4 is #D1B61B. Grayscale: #515151. Windows color (decimal): -13743644 or 14960942. OLE color: 14960942.

HSL color Cylindrical-coordinate representation of color #2E49E4: hue angle of 231.1º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E49E4 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 73 228 -
CMYK 0.80 0.68 0 0.11
HSL 231.1º 0.77% 0.54% -
HSV(B) 231.1º 0.8% 0.89% -
XYZ 17.51 10.95 74.59 -
YUV 82.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 46 73 228 0.80 0.68 0 0.11 231.1 0.77 0.54
Hex 2E 49 E4 50 44 0 B E7 4D 36
Octal 56 111 344 120 104 0 13 347 115 66
Binary 101110 1001001 11100100 1010000 1000100 0 1011 11100111 1001101 110110

Color Harmonies of #2E49E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E49E4

Black with #2E49E4

Text Example


Text Example

White with #2E49E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,228); }

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

background-color css

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

 a { background-color: rgb(46,73,228); }

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

border-color css

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

 span { border-color: rgb(46,73,228); }

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