#3E60ED

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

Shades of Royal Blue #3E60ED

Tints of Royal Blue #3E60ED

Color information

#3E60ED (or 0x3E60ED) is unknown color: approx Royal Blue. HEX triplet: 3E, 60 and ED. RGB value is (62,96,237). Sum of RGB (Red+Green+Blue) = 62+96+237=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E60ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E60ED is #C19F12. Grayscale: #656565. Windows color (decimal): -12689171 or 15556670. OLE color: 15556670.

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

Color convert

RGB6296237-
CMYK0.740.5900.07
HSL228.34º82.94%58.63%-
HSV(B)228.34º73.84%92.94%-
XYZ21.4615.581.98-
YUV101.91204.2499.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.70%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 237 (92.97% from 255) = 60%
R=15.70%
G=24.30%
B=60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal62962370.740.5900.07228.3482.9458.63
Hex3E60ED4A3B07e4533b
Octal76140355112730734412373
Binary11111011000001110110110010101110110111111001001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E60ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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