#2E4AEB

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

Shades of Royal Blue #2E4AEB

Tints of Royal Blue #2E4AEB

Color information

#2E4AEB (or 0x2E4AEB) is unknown color: approx Royal Blue. HEX triplet: 2E, 4A and EB. RGB value is (46,74,235). Sum of RGB (Red+Green+Blue) = 46+74+235=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E4AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4AEB is #D1B514. Grayscale: #535353. Windows color (decimal): -13743381 or 15419950. OLE color: 15419950.

HSL color Cylindrical-coordinate representation of color #2E4AEB: hue angle of 231.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E4AEB is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4674235-
CMYK0.800.6900.08
HSL231.11º82.53%55.1%-
HSV(B)231.11º80.43%92.16%-
XYZ18.5711.4879.83-
YUV83.98213.22100.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.96%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 235 (92.19% from 255) = 66.20%
R=12.96%
G=20.85%
B=66.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal46742350.800.6900.08231.1182.5355.1
Hex2E4AEB504508e75337
Octal5611235312010501034712367
Binary1011101001010111010111010000100010101000111001111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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