#39529C

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

Shades of Tory Blue #39529C

Tints of Tory Blue #39529C

Color information

#39529C (or 0x39529C) is unknown color: approx Tory Blue. HEX triplet: 39, 52 and 9C. RGB value is (57,82,156). Sum of RGB (Red+Green+Blue) = 57+82+156=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #39529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39529C is #C6AD63. Grayscale: #525252. Windows color (decimal): -13020516 or 10244665. OLE color: 10244665.

HSL color Cylindrical-coordinate representation of color #39529C: hue angle of 224.85º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39529C is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5782156-
CMYK0.630.4700.39
HSL224.85º46.48%41.76%-
HSV(B)224.85º63.46%61.18%-
XYZ10.719.332.68-
YUV82.96169.22109.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=19.32%
G=27.80%
B=52.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57821560.630.4700.39224.8546.4841.76
Hex39529C3F2F027e12e2a
Octal7112223477570473415652
Binary111001101001010011100111111101111010011111100001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,82,156); }

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

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

 a { background-color: rgb(57,82,156); }

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

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

 span { border-color: rgb(57,82,156); }

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