#39518B

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

Shades of Tory Blue #39518B

Tints of Tory Blue #39518B

Color information

#39518B (or 0x39518B) is unknown color: approx Tory Blue. HEX triplet: 39, 51 and 8B. RGB value is (57,81,139). Sum of RGB (Red+Green+Blue) = 57+81+139=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #39518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39518B is #C6AE74. Grayscale: #505050. Windows color (decimal): -13020789 or 9130297. OLE color: 9130297.

HSL color Cylindrical-coordinate representation of color #39518B: hue angle of 222.44º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39518B is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5781139-
CMYK0.590.4200.45
HSL222.44º41.84%38.43%-
HSV(B)222.44º58.99%54.51%-
XYZ9.298.6225.6-
YUV80.44161.05111.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=20.58%
G=29.24%
B=50.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57811390.590.4200.45222.4441.8438.43
Hex39518B3B2A02Dde2a26
Octal7112121373520553365246
Binary111001101000110001011111011101010010110111011110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39518B; }

 p { color: rgb(57,81,139); }

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

<style>
 a { background-color: #39518B; }

 a { background-color: rgb(57,81,139); }

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

<style>
 span { border-color: #39518B; }

 span { border-color: rgb(57,81,139); }

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