#395794

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

Shades of Tory Blue #395794

Tints of Tory Blue #395794

Color information

#395794 (or 0x395794) is unknown color: approx Tory Blue. HEX triplet: 39, 57 and 94. RGB value is (57,87,148). Sum of RGB (Red+Green+Blue) = 57+87+148=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #395794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395794 is #C6A86B. Grayscale: #545454. Windows color (decimal): -13019244 or 9721657. OLE color: 9721657.

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

Color convert

RGB5787148-
CMYK0.610.4100.42
HSL220.22º44.39%40.2%-
HSV(B)220.22º61.49%58.04%-
XYZ10.449.8229.36-
YUV84.98163.56108.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=19.52%
G=29.79%
B=50.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57871480.610.4100.42220.2244.3940.2
Hex3957943D2902Adc2c28
Octal7112722475510523345450
Binary111001101011110010100111101101001010101011011100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395794; }

 p { color: rgb(57,87,148); }

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

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

 a { background-color: rgb(57,87,148); }

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

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

 span { border-color: rgb(57,87,148); }

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