#39508A

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

Shades of Tory Blue #39508A

Tints of Tory Blue #39508A

Color information

#39508A (or 0x39508A) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 8A. RGB value is (57,80,138). Sum of RGB (Red+Green+Blue) = 57+80+138=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #39508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39508A is #C6AF75. Grayscale: #4F4F4F. Windows color (decimal): -13021046 or 9064505. OLE color: 9064505.

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

Color convert

RGB5780138-
CMYK0.590.4200.46
HSL222.96º41.54%38.24%-
HSV(B)222.96º58.7%54.12%-
XYZ9.148.4425.19-
YUV79.73160.88111.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=20.73%
G=29.09%
B=50.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57801380.590.4200.46222.9641.5438.24
Hex39508A3B2A02Edf2a26
Octal7112021273520563375246
Binary111001101000010001010111011101010010111011011111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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