#39499D

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

Shades of Tory Blue #39499D

Tints of Tory Blue #39499D

Color information

#39499D (or 0x39499D) is unknown color: approx Tory Blue. HEX triplet: 39, 49 and 9D. RGB value is (57,73,157). Sum of RGB (Red+Green+Blue) = 57+73+157=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #39499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39499D is #C6B662. Grayscale: #4D4D4D. Windows color (decimal): -13022819 or 10307897. OLE color: 10307897.

HSL color Cylindrical-coordinate representation of color #39499D: hue angle of 230.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39499D is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5773157-
CMYK0.640.5400.38
HSL230.4º46.73%41.96%-
HSV(B)230.4º63.69%61.57%-
XYZ10.168.0732.92-
YUV77.79172.7113.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 157 (61.72% from 255) = 54.70%
R=19.86%
G=25.44%
B=54.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57731570.640.5400.38230.446.7341.96
Hex39499D4036026e62f2a
Octal71111235100660463465752
Binary1110011001001100111011000000110110010011011100110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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