#3F5280

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

Shades of Tory Blue #3F5280

Tints of Tory Blue #3F5280

Color information

#3F5280 (or 0x3F5280) is unknown color: approx Tory Blue. HEX triplet: 3F, 52 and 80. RGB value is (63,82,128). Sum of RGB (Red+Green+Blue) = 63+82+128=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F5280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5280 is #C0AD7F. Grayscale: #515151. Windows color (decimal): -12627328 or 8409663. OLE color: 8409663.

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

Color convert

RGB6382128-
CMYK0.510.3600.50
HSL222.46º34.03%37.45%-
HSV(B)222.46º50.78%50.2%-
XYZ8.968.6521.62-
YUV81.56154.21114.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 128 (50.39% from 255) = 46.89%
R=23.08%
G=30.04%
B=46.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63821280.510.3600.50222.4634.0337.45
Hex3F52803324032de2225
Octal7712220063440623364245
Binary111111101001010000000110011100100011001011011110100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,82,128); }

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

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

 a { background-color: rgb(63,82,128); }

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

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

 span { border-color: rgb(63,82,128); }

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