#3E82E0

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

Shades of Royal Blue #3E82E0

Tints of Royal Blue #3E82E0

Color information

#3E82E0 (or 0x3E82E0) is unknown color: approx Royal Blue. HEX triplet: 3E, 82 and E0. RGB value is (62,130,224). Sum of RGB (Red+Green+Blue) = 62+130+224=416 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.90% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #3E82E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E82E0 is #C17D1F. Grayscale: #777777. Windows color (decimal): -12680480 or 14713406. OLE color: 14713406.

HSL color Cylindrical-coordinate representation of color #3E82E0: hue angle of 214.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E82E0 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB62130224-
CMYK0.720.4200.12
HSL214.81º72.32%56.08%-
HSV(B)214.81º72.32%87.84%-
XYZ23.4222.3773.6-
YUV120.38186.4786.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.90%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 224 (87.89% from 255) = 53.85%
R=14.90%
G=31.25%
B=53.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal621302240.720.4200.12214.8172.3256.08
Hex3E82E0482A0Cd74838
Octal762023401105201432711070
Binary1111101000001011100000100100010101001100110101111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E82E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,130,224); }

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

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

 a { background-color: rgb(62,130,224); }

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

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

 span { border-color: rgb(62,130,224); }

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