#39588C

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

Shades of Tory Blue #39588C

Tints of Tory Blue #39588C

Color information

#39588C (or 0x39588C) is unknown color: approx Tory Blue. HEX triplet: 39, 58 and 8C. RGB value is (57,88,140). Sum of RGB (Red+Green+Blue) = 57+88+140=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #39588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39588C is #C6A773. Grayscale: #545454. Windows color (decimal): -13018996 or 9197625. OLE color: 9197625.

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

Color convert

RGB5788140-
CMYK0.590.3700.45
HSL217.59º42.13%38.63%-
HSV(B)217.59º59.29%54.9%-
XYZ9.919.7426.17-
YUV84.66159.23108.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=20%
G=30.88%
B=49.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57881400.590.3700.45217.5942.1338.63
Hex39588C3B2502Dda2a27
Octal7113021473450553325247
Binary111001101100010001100111011100101010110111011010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39588C; }

 p { color: rgb(57,88,140); }

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

<style>
 a { background-color: #39588C; }

 a { background-color: rgb(57,88,140); }

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

<style>
 span { border-color: #39588C; }

 span { border-color: rgb(57,88,140); }

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