#3F5180

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

Shades of Tory Blue #3F5180

Tints of Tory Blue #3F5180

Color information

#3F5180 (or 0x3F5180) is unknown color: approx Tory Blue. HEX triplet: 3F, 51 and 80. RGB value is (63,81,128). Sum of RGB (Red+Green+Blue) = 63+81+128=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F5180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5180 is #C0AE7F. Grayscale: #505050. Windows color (decimal): -12627584 or 8409407. OLE color: 8409407.

HSL color Cylindrical-coordinate representation of color #3F5180: hue angle of 223.38º 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 #3F5180 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6381128-
CMYK0.510.3700.50
HSL223.38º34.03%37.45%-
HSV(B)223.38º50.78%50.2%-
XYZ8.898.521.59-
YUV80.98154.54115.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=23.16%
G=29.78%
B=47.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63811280.510.3700.50223.3834.0337.45
Hex3F51803325032df2225
Octal7712120063450623374245
Binary111111101000110000000110011100101011001011011111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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