#3F4F86

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

Shades of Tory Blue #3F4F86

Tints of Tory Blue #3F4F86

Color information

#3F4F86 (or 0x3F4F86) is unknown color: approx Tory Blue. HEX triplet: 3F, 4F and 86. RGB value is (63,79,134). Sum of RGB (Red+Green+Blue) = 63+79+134=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #3F4F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F4F86 is #C0B079. Grayscale: #505050. Windows color (decimal): -12628090 or 8802111. OLE color: 8802111.

HSL color Cylindrical-coordinate representation of color #3F4F86: hue angle of 226.48º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F4F86 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6379134-
CMYK0.530.4100.47
HSL226.48º36.04%38.63%-
HSV(B)226.48º52.99%52.55%-
XYZ9.158.3723.69-
YUV80.49158.2115.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=22.83%
G=28.62%
B=48.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal63791340.530.4100.47226.4836.0438.63
Hex3F4F86352902Fe22427
Octal7711720665510573424447
Binary111111100111110000110110101101001010111111100010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,79,134); }

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

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

 a { background-color: rgb(63,79,134); }

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

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

 span { border-color: rgb(63,79,134); }

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