#39497C

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

Shades of Tory Blue #39497C

Tints of Tory Blue #39497C

Color information

#39497C (or 0x39497C) is unknown color: approx Tory Blue. HEX triplet: 39, 49 and 7C. RGB value is (57,73,124). Sum of RGB (Red+Green+Blue) = 57+73+124=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #39497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39497C is #C6B683. Grayscale: #494949. Windows color (decimal): -13022852 or 8145209. OLE color: 8145209.

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

Color convert

RGB5773124-
CMYK0.540.4100.51
HSL225.67º37.02%35.49%-
HSV(B)225.67º54.03%48.63%-
XYZ7.717.0920.03-
YUV74.03156.2115.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 73 (28.91% from 255) = 28.74%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=22.44%
G=28.74%
B=48.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57731240.540.4100.51225.6737.0235.49
Hex39497C3629033e22523
Octal7111117466510633424543
Binary11100110010011111100110110101001011001111100010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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