#3E86E3

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

Shades of Royal Blue #3E86E3

Tints of Royal Blue #3E86E3

Color information

#3E86E3 (or 0x3E86E3) is unknown color: approx Royal Blue. HEX triplet: 3E, 86 and E3. RGB value is (62,134,227). Sum of RGB (Red+Green+Blue) = 62+134+227=423 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.66% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 227 (89.06% from 255 or 53.66% from 423); Max value from RGB is 227 - color contains mainly: blue. Hex color #3E86E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E86E3 is #C1791C. Grayscale: #7A7A7A. Windows color (decimal): -12679453 or 14911038. OLE color: 14911038.

HSL color Cylindrical-coordinate representation of color #3E86E3: hue angle of 213.82º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E86E3 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB62134227-
CMYK0.730.4100.11
HSL213.82º74.66%56.67%-
HSV(B)213.82º72.69%89.02%-
XYZ24.3823.6275.95-
YUV123.07186.6584.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.66%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 227 (89.06% from 255) = 53.66%
R=14.66%
G=31.68%
B=53.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal621342270.730.4100.11213.8274.6656.67
Hex3E86E349290Bd64b39
Octal762063431115101332611371
Binary1111101000011011100011100100110100101011110101101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E86E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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