#39528A

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

Shades of Tory Blue #39528A

Tints of Tory Blue #39528A

Color information

#39528A (or 0x39528A) is unknown color: approx Tory Blue. HEX triplet: 39, 52 and 8A. RGB value is (57,82,138). Sum of RGB (Red+Green+Blue) = 57+82+138=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #39528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39528A is #C6AD75. Grayscale: #505050. Windows color (decimal): -13020534 or 9065017. OLE color: 9065017.

HSL color Cylindrical-coordinate representation of color #39528A: hue angle of 221.48º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39528A is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5782138-
CMYK0.590.4100.46
HSL221.48º41.54%38.24%-
HSV(B)221.48º58.7%54.12%-
XYZ9.298.7425.24-
YUV80.91160.22110.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=20.58%
G=29.60%
B=49.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57821380.590.4100.46221.4841.5438.24
Hex39528A3B2902Edd2a26
Octal7112221273510563355246
Binary111001101001010001010111011101001010111011011101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39528A; }

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

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

<style>
 a { background-color: #39528A; }

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

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

<style>
 span { border-color: #39528A; }

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

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