#39538A

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

Shades of Tory Blue #39538A

Tints of Tory Blue #39538A

Color information

#39538A (or 0x39538A) is unknown color: approx Tory Blue. HEX triplet: 39, 53 and 8A. RGB value is (57,83,138). Sum of RGB (Red+Green+Blue) = 57+83+138=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #39538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39538A is #C6AC75. Grayscale: #515151. Windows color (decimal): -13020278 or 9065273. OLE color: 9065273.

HSL color Cylindrical-coordinate representation of color #39538A: hue angle of 220.74º 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 #39538A is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5783138-
CMYK0.590.4000.46
HSL220.74º41.54%38.24%-
HSV(B)220.74º58.7%54.12%-
XYZ9.378.8925.27-
YUV81.5159.89110.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=20.50%
G=29.86%
B=49.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57831380.590.4000.46220.7441.5438.24
Hex39538A3B2802Edd2a26
Octal7112321273500563355246
Binary111001101001110001010111011101000010111011011101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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