#3f51df

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

Shades of Royal Blue #3F51DF

Tints of Royal Blue #3F51DF

Color information

#3F51DF (or 0x3F51DF) is unknown color: approx Royal Blue. HEX triplet: 3F, 51 and DF. RGB value is (63,81,223). Sum of RGB (Red+Green+Blue) = 63+81+223=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F51DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F51DF is #C0AE20. Grayscale: #5B5B5B. Windows color (decimal): -12627489 or 14635327. OLE color: 14635327.

HSL color Cylindrical-coordinate representation of color #3F51DF: hue angle of 233.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F51DF is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6381223-
CMYK0.720.6400.13
HSL233.25º71.43%56.08%-
HSV(B)233.25º71.75%87.45%-
XYZ18.3112.2771.22-
YUV91.81202.04107.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.17%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 223 (87.5% from 255) = 60.76%
R=17.17%
G=22.07%
B=60.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal63812230.720.6400.13233.2571.4356.08
Hex3F51DF48400De94738
Octal7712133711010001535110770
Binary1111111010001110111111001000100000001101111010011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f51df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,81,223); }

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

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

 a { background-color: rgb(63,81,223); }

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

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

 span { border-color: rgb(63,81,223); }

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