#39508E

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

Shades of Tory Blue #39508E

Tints of Tory Blue #39508E

Color information

#39508E (or 0x39508E) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 8E. RGB value is (57,80,142). Sum of RGB (Red+Green+Blue) = 57+80+142=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #39508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39508E is #C6AF71. Grayscale: #4F4F4F. Windows color (decimal): -13021042 or 9326649. OLE color: 9326649.

HSL color Cylindrical-coordinate representation of color #39508E: hue angle of 223.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39508E is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5780142-
CMYK0.600.4400.44
HSL223.76º42.71%39.02%-
HSV(B)223.76º59.86%55.69%-
XYZ9.448.5626.75-
YUV80.19162.88111.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=20.43%
G=28.67%
B=50.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57801420.600.4400.44223.7642.7139.02
Hex39508E3C2C02Ce02b27
Octal7112021674540543405347
Binary111001101000010001110111100101100010110011100000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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