#3E80ED

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

Shades of Royal Blue #3E80ED

Tints of Royal Blue #3E80ED

Color information

#3E80ED (or 0x3E80ED) is unknown color: approx Royal Blue. HEX triplet: 3E, 80 and ED. RGB value is (62,128,237). Sum of RGB (Red+Green+Blue) = 62+128+237=427 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.52% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E80ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E80ED is #C17F12. Grayscale: #787878. Windows color (decimal): -12680979 or 15564862. OLE color: 15564862.

HSL color Cylindrical-coordinate representation of color #3E80ED: hue angle of 217.37º degrees, saturation: 0.83, 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 #3E80ED is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB62128237-
CMYK0.740.4600.07
HSL217.37º82.94%58.63%-
HSV(B)217.37º73.84%92.94%-
XYZ24.9922.5883.16-
YUV120.69193.6386.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.52%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 237 (92.97% from 255) = 55.50%
R=14.52%
G=29.98%
B=55.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal621282370.740.4600.07217.3782.9458.63
Hex3E80ED4A2E07d9533b
Octal76200355112560733112373
Binary111110100000001110110110010101011100111110110011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E80ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,128,237); }

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

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

 a { background-color: rgb(62,128,237); }

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

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

 span { border-color: rgb(62,128,237); }

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