#39548E

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

Shades of Tory Blue #39548E

Tints of Tory Blue #39548E

Color information

#39548E (or 0x39548E) is unknown color: approx Tory Blue. HEX triplet: 39, 54 and 8E. RGB value is (57,84,142). Sum of RGB (Red+Green+Blue) = 57+84+142=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #39548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39548E is #C6AB71. Grayscale: #525252. Windows color (decimal): -13020018 or 9327673. OLE color: 9327673.

HSL color Cylindrical-coordinate representation of color #39548E: hue angle of 220.94º 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 #39548E is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5784142-
CMYK0.600.4100.44
HSL220.94º42.71%39.02%-
HSV(B)220.94º59.86%55.69%-
XYZ9.749.1626.85-
YUV82.54161.55109.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=20.14%
G=29.68%
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
Decimal57841420.600.4100.44220.9442.7139.02
Hex39548E3C2902Cdd2b27
Octal7112421674510543355347
Binary111001101010010001110111100101001010110011011101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39548E; }

 p { color: rgb(57,84,142); }

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

<style>
 a { background-color: #39548E; }

 a { background-color: rgb(57,84,142); }

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

<style>
 span { border-color: #39548E; }

 span { border-color: rgb(57,84,142); }

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