#3E5AEE

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

Shades of Royal Blue #3E5AEE

Tints of Royal Blue #3E5AEE

Color information

#3E5AEE (or 0x3E5AEE) is unknown color: approx Royal Blue. HEX triplet: 3E, 5A and EE. RGB value is (62,90,238). Sum of RGB (Red+Green+Blue) = 62+90+238=390 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.90% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #3E5AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5AEE is #C1A511. Grayscale: #616161. Windows color (decimal): -12690706 or 15620670. OLE color: 15620670.

HSL color Cylindrical-coordinate representation of color #3E5AEE: hue angle of 230.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E5AEE is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6290238-
CMYK0.740.6200.07
HSL230.45º83.81%58.82%-
HSV(B)230.45º73.95%93.33%-
XYZ21.0814.5182.58-
YUV98.5206.72101.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.90%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 238 (93.36% from 255) = 61.03%
R=15.90%
G=23.08%
B=61.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal62902380.740.6200.07230.4583.8158.82
Hex3E5AEE4A3E07e6543b
Octal76132356112760734612473
Binary11111010110101110111010010101111100111111001101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E5AEE; }

 p { color: rgb(62,90,238); }

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

<style>
 a { background-color: #3E5AEE; }

 a { background-color: rgb(62,90,238); }

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

<style>
 span { border-color: #3E5AEE; }

 span { border-color: rgb(62,90,238); }

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