#39497D

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

Shades of Tory Blue #39497D

Tints of Tory Blue #39497D

Color information

#39497D (or 0x39497D) is unknown color: approx Tory Blue. HEX triplet: 39, 49 and 7D. RGB value is (57,73,125). Sum of RGB (Red+Green+Blue) = 57+73+125=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #39497D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39497D is #C6B682. Grayscale: #494949. Windows color (decimal): -13022851 or 8210745. OLE color: 8210745.

HSL color Cylindrical-coordinate representation of color #39497D: hue angle of 225.88º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39497D is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5773125-
CMYK0.540.4200.51
HSL225.88º37.36%35.69%-
HSV(B)225.88º54.4%49.02%-
XYZ7.777.1220.37-
YUV74.14156.7115.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=22.35%
G=28.63%
B=49.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57731250.540.4200.51225.8837.3635.69
Hex39497D362A033e22524
Octal7111117566520633424544
Binary11100110010011111101110110101010011001111100010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39497D; }

 p { color: rgb(57,73,125); }

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

<style>
 a { background-color: #39497D; }

 a { background-color: rgb(57,73,125); }

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

<style>
 span { border-color: #39497D; }

 span { border-color: rgb(57,73,125); }

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