#2E4AE9

Color #2E4AE9 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2E4AE9

Tints of Royal Blue #2E4AE9

Color information

#2E4AE9 (or 0x2E4AE9) is unknown color: approx Royal Blue. HEX triplet: 2E, 4A and E9. RGB value is (46,74,233). Sum of RGB (Red+Green+Blue) = 46+74+233=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 233 (91.41% from 255 or 66.01% from 353); Max value from RGB is 233 - color contains mainly: blue. Hex color #2E4AE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4AE9 is #D1B516. Grayscale: #535353. Windows color (decimal): -13743383 or 15288878. OLE color: 15288878.

HSL color Cylindrical-coordinate representation of color #2E4AE9: hue angle of 231.02º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E4AE9 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4674233-
CMYK0.800.6800.09
HSL231.02º80.95%54.71%-
HSV(B)231.02º80.26%91.37%-
XYZ18.2811.3678.32-
YUV83.75212.22101.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.03%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 233 (91.41% from 255) = 66.01%
R=13.03%
G=20.96%
B=66.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal46742330.800.6800.09231.0280.9554.71
Hex2E4AE9504409e75137
Octal5611235112010401134712167
Binary1011101001010111010011010000100010001001111001111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,74,233); }

 H1.HeaderClassName
 {
   color: #2E4AE9;
 }
 .AnyTagClassName
 {
   color: #2E4AE9;
 }
</style>
background-color css

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

 a { background-color: rgb(46,74,233); }

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

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

 span { border-color: rgb(46,74,233); }

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