#39558F

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

Shades of Tory Blue #39558F

Tints of Tory Blue #39558F

Color information

#39558F (or 0x39558F) is unknown color: approx Tory Blue. HEX triplet: 39, 55 and 8F. RGB value is (57,85,143). Sum of RGB (Red+Green+Blue) = 57+85+143=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #39558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39558F is #C6AA70. Grayscale: #525252. Windows color (decimal): -13019761 or 9393465. OLE color: 9393465.

HSL color Cylindrical-coordinate representation of color #39558F: hue angle of 220.47º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39558F is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5785143-
CMYK0.600.4100.44
HSL220.47º43%39.22%-
HSV(B)220.47º60.14%56.08%-
XYZ9.899.3527.27-
YUV83.24161.72109.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 143 (56.25% from 255) = 50.18%
R=20%
G=29.82%
B=50.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57851430.600.4100.44220.474339.22
Hex39558F3C2902Cdc2b27
Octal7112521774510543345347
Binary111001101010110001111111100101001010110011011100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39558F; }

 p { color: rgb(57,85,143); }

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

<style>
 a { background-color: #39558F; }

 a { background-color: rgb(57,85,143); }

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

<style>
 span { border-color: #39558F; }

 span { border-color: rgb(57,85,143); }

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