#395293

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

Shades of Tory Blue #395293

Tints of Tory Blue #395293

Color information

#395293 (or 0x395293) is unknown color: approx Tory Blue. HEX triplet: 39, 52 and 93. RGB value is (57,82,147). Sum of RGB (Red+Green+Blue) = 57+82+147=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #395293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395293 is #C6AD6C. Grayscale: #515151. Windows color (decimal): -13020525 or 9654841. OLE color: 9654841.

HSL color Cylindrical-coordinate representation of color #395293: hue angle of 223.33º 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 #395293 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5782147-
CMYK0.610.4400.42
HSL223.33º44.12%40%-
HSV(B)223.33º61.22%57.65%-
XYZ9.979.0128.82-
YUV81.93164.72110.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.93%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=19.93%
G=28.67%
B=51.40%

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
Decimal57821470.610.4400.42223.3344.1240
Hex3952933D2C02Adf2c28
Octal7112222375540523375450
Binary111001101001010010011111101101100010101011011111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395293; }

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

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

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

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

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

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

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

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