#395395

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

Shades of Tory Blue #395395

Tints of Tory Blue #395395

Color information

#395395 (or 0x395395) is unknown color: approx Tory Blue. HEX triplet: 39, 53 and 95. RGB value is (57,83,149). Sum of RGB (Red+Green+Blue) = 57+83+149=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #395395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395395 is #C6AC6A. Grayscale: #525252. Windows color (decimal): -13020267 or 9786169. OLE color: 9786169.

HSL color Cylindrical-coordinate representation of color #395395: hue angle of 223.04º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395395 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5783149-
CMYK0.620.4400.42
HSL223.04º44.66%40.39%-
HSV(B)223.04º61.74%58.43%-
XYZ10.219.2329.68-
YUV82.75165.39109.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.72%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=19.72%
G=28.72%
B=51.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57831490.620.4400.42223.0444.6640.39
Hex3953953E2C02Adf2d28
Octal7112322576540523375550
Binary111001101001110010101111110101100010101011011111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395395; }

 p { color: rgb(57,83,149); }

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

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

 a { background-color: rgb(57,83,149); }

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

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

 span { border-color: rgb(57,83,149); }

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