#39509B

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

Shades of Tory Blue #39509B

Tints of Tory Blue #39509B

Color information

#39509B (or 0x39509B) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 9B. RGB value is (57,80,155). Sum of RGB (Red+Green+Blue) = 57+80+155=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #39509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39509B is #C6AF64. Grayscale: #515151. Windows color (decimal): -13021029 or 10178617. OLE color: 10178617.

HSL color Cylindrical-coordinate representation of color #39509B: hue angle of 225.92º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39509B is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5780155-
CMYK0.630.4800.39
HSL225.92º46.23%41.57%-
HSV(B)225.92º63.23%60.78%-
XYZ10.478.9732.19-
YUV81.67169.38110.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=19.52%
G=27.40%
B=53.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57801550.630.4800.39225.9246.2341.57
Hex39509B3F30027e22e2a
Octal7112023377600473425652
Binary111001101000010011011111111110000010011111100010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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