#3F70EC

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

Shades of Royal Blue #3F70EC

Tints of Royal Blue #3F70EC

Color information

#3F70EC (or 0x3F70EC) is unknown color: approx Royal Blue. HEX triplet: 3F, 70 and EC. RGB value is (63,112,236). Sum of RGB (Red+Green+Blue) = 63+112+236=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F70EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F70EC is #C08F13. Grayscale: #6E6E6E. Windows color (decimal): -12619540 or 15495231. OLE color: 15495231.

HSL color Cylindrical-coordinate representation of color #3F70EC: hue angle of 223.01º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F70EC is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB63112236-
CMYK0.730.5300.07
HSL223.01º81.99%58.63%-
HSV(B)223.01º73.31%92.55%-
XYZ22.9818.781.76-
YUV111.48198.2793.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.33%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 236 (92.58% from 255) = 57.42%
R=15.33%
G=27.25%
B=57.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal631122360.730.5300.07223.0181.9958.63
Hex3F70EC493507df523b
Octal77160354111650733712273
Binary11111111100001110110010010011101010111110111111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F70EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,112,236); }

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

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

 a { background-color: rgb(63,112,236); }

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

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

 span { border-color: rgb(63,112,236); }

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