#3F507F

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

Shades of Tory Blue #3F507F

Tints of Tory Blue #3F507F

Color information

#3F507F (or 0x3F507F) is unknown color: approx Tory Blue. HEX triplet: 3F, 50 and 7F. RGB value is (63,80,127). Sum of RGB (Red+Green+Blue) = 63+80+127=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F507F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F507F is #C0AF80. Grayscale: #505050. Windows color (decimal): -12627841 or 8343615. OLE color: 8343615.

HSL color Cylindrical-coordinate representation of color #3F507F: hue angle of 224.06º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F507F is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6380127-
CMYK0.500.3700.50
HSL224.06º33.68%37.25%-
HSV(B)224.06º50.39%49.8%-
XYZ8.758.3321.22-
YUV80.27154.37115.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 127 (50% from 255) = 47.04%
R=23.33%
G=29.63%
B=47.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63801270.500.3700.50224.0633.6837.25
Hex3F507F3225032e02225
Octal7712017762450623404245
Binary11111110100001111111110010100101011001011100000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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