#3F50E0

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

Shades of Royal Blue #3F50E0

Tints of Royal Blue #3F50E0

Color information

#3F50E0 (or 0x3F50E0) is unknown color: approx Royal Blue. HEX triplet: 3F, 50 and E0. RGB value is (63,80,224). Sum of RGB (Red+Green+Blue) = 63+80+224=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #3F50E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F50E0 is #C0AF1F. Grayscale: #5A5A5A. Windows color (decimal): -12627744 or 14700607. OLE color: 14700607.

HSL color Cylindrical-coordinate representation of color #3F50E0: hue angle of 233.66º 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 #3F50E0 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6380224-
CMYK0.720.6400.12
HSL233.66º72.2%56.27%-
HSV(B)233.66º71.88%87.84%-
XYZ18.3712.1871.9-
YUV91.33202.87107.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.17%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 224 (87.89% from 255) = 61.04%
R=17.17%
G=21.80%
B=61.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal63802240.720.6400.12233.6672.256.27
Hex3F50E048400Cea4838
Octal7712034011010001435211070
Binary1111111010000111000001001000100000001100111010101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F50E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,224); }

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

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

 a { background-color: rgb(63,80,224); }

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

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

 span { border-color: rgb(63,80,224); }

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