#3E86EA

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

Shades of Royal Blue #3E86EA

Tints of Royal Blue #3E86EA

Color information

#3E86EA (or 0x3E86EA) is unknown color: approx Royal Blue. HEX triplet: 3E, 86 and EA. RGB value is (62,134,234). Sum of RGB (Red+Green+Blue) = 62+134+234=430 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.42% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E86EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E86EA is #C17915. Grayscale: #7B7B7B. Windows color (decimal): -12679446 or 15369790. OLE color: 15369790.

HSL color Cylindrical-coordinate representation of color #3E86EA: hue angle of 214.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E86EA is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB62134234-
CMYK0.740.4300.08
HSL214.88º80.37%58.04%-
HSV(B)214.88º73.5%91.76%-
XYZ25.3624.0181.14-
YUV123.87190.1583.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.42%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 234 (91.80% from 255) = 54.42%
R=14.42%
G=31.16%
B=54.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal621342340.740.4300.08214.8880.3758.04
Hex3E86EA4A2B08d7503a
Octal762063521125301032712072
Binary1111101000011011101010100101010101101000110101111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E86EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,134,234); }

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

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

 a { background-color: rgb(62,134,234); }

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

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

 span { border-color: rgb(62,134,234); }

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