#395393

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

Shades of Tory Blue #395393

Tints of Tory Blue #395393

Color information

#395393 (or 0x395393) is unknown color: approx Tory Blue. HEX triplet: 39, 53 and 93. RGB value is (57,83,147). Sum of RGB (Red+Green+Blue) = 57+83+147=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #395393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395393 is #C6AC6C. Grayscale: #525252. Windows color (decimal): -13020269 or 9655097. OLE color: 9655097.

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

Color convert

RGB5783147-
CMYK0.610.4400.42
HSL222.67º44.12%40%-
HSV(B)222.67º61.22%57.65%-
XYZ10.059.1628.84-
YUV82.52164.39109.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=19.86%
G=28.92%
B=51.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57831470.610.4400.42222.6744.1240
Hex3953933D2C02Adf2c28
Octal7112322375540523375450
Binary111001101001110010011111101101100010101011011111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395393; }

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

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

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

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

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

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

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

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