#39508D

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

Shades of Tory Blue #39508D

Tints of Tory Blue #39508D

Color information

#39508D (or 0x39508D) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 8D. RGB value is (57,80,141). Sum of RGB (Red+Green+Blue) = 57+80+141=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #39508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39508D is #C6AF72. Grayscale: #4F4F4F. Windows color (decimal): -13021043 or 9261113. OLE color: 9261113.

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

Color convert

RGB5780141-
CMYK0.600.4300.45
HSL223.57º42.42%38.82%-
HSV(B)223.57º59.57%55.29%-
XYZ9.368.5326.35-
YUV80.08162.38111.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=20.50%
G=28.78%
B=50.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57801410.600.4300.45223.5742.4238.82
Hex39508D3C2B02De02a27
Octal7112021574530553405247
Binary111001101000010001101111100101011010110111100000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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