#395099

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

Shades of Tory Blue #395099

Tints of Tory Blue #395099

Color information

#395099 (or 0x395099) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 99. RGB value is (57,80,153). Sum of RGB (Red+Green+Blue) = 57+80+153=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #395099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395099 is #C6AF66. Grayscale: #515151. Windows color (decimal): -13021031 or 10047545. OLE color: 10047545.

HSL color Cylindrical-coordinate representation of color #395099: hue angle of 225.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395099 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5780153-
CMYK0.630.4800.4
HSL225.62º45.71%41.18%-
HSV(B)225.62º62.75%60%-
XYZ10.318.9131.31-
YUV81.44168.38110.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=19.66%
G=27.59%
B=52.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57801530.630.4800.4225.6245.7141.18
Hex3950993F30028e22e29
Octal7112023177600503425651
Binary111001101000010011001111111110000010100011100010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395099; }

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

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

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

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

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

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

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

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