#39508B

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

Shades of Tory Blue #39508B

Tints of Tory Blue #39508B

Color information

#39508B (or 0x39508B) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 8B. RGB value is (57,80,139). Sum of RGB (Red+Green+Blue) = 57+80+139=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #39508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39508B is #C6AF74. Grayscale: #4F4F4F. Windows color (decimal): -13021045 or 9130041. OLE color: 9130041.

HSL color Cylindrical-coordinate representation of color #39508B: hue angle of 223.17º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39508B is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5780139-
CMYK0.590.4200.45
HSL223.17º41.84%38.43%-
HSV(B)223.17º58.99%54.51%-
XYZ9.228.4725.58-
YUV79.85161.38111.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=20.65%
G=28.99%
B=50.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57801390.590.4200.45223.1741.8438.43
Hex39508B3B2A02Ddf2a26
Octal7112021373520553375246
Binary111001101000010001011111011101010010110111011111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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