#3F56E3

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

Shades of Royal Blue #3F56E3

Tints of Royal Blue #3F56E3

Color information

#3F56E3 (or 0x3F56E3) is unknown color: approx Royal Blue. HEX triplet: 3F, 56 and E3. RGB value is (63,86,227). Sum of RGB (Red+Green+Blue) = 63+86+227=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 227 (89.06% from 255 or 60.37% from 376); Max value from RGB is 227 - color contains mainly: blue. Hex color #3F56E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F56E3 is #C0A91C. Grayscale: #5E5E5E. Windows color (decimal): -12626205 or 14898751. OLE color: 14898751.

HSL color Cylindrical-coordinate representation of color #3F56E3: hue angle of 231.59º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F56E3 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6386227-
CMYK0.720.6200.11
HSL231.59º74.55%56.86%-
HSV(B)231.59º72.25%89.02%-
XYZ19.2413.2674.22-
YUV95.2202.38105.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.76%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 227 (89.06% from 255) = 60.37%
R=16.76%
G=22.87%
B=60.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal63862270.720.6200.11231.5974.5556.86
Hex3F56E3483E0Be84b39
Octal771263431107601335011371
Binary111111101011011100011100100011111001011111010001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F56E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,86,227); }

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

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

 a { background-color: rgb(63,86,227); }

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

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

 span { border-color: rgb(63,86,227); }

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