#395895

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

Shades of Tory Blue #395895

Tints of Tory Blue #395895

Color information

#395895 (or 0x395895) is unknown color: approx Tory Blue. HEX triplet: 39, 58 and 95. RGB value is (57,88,149). Sum of RGB (Red+Green+Blue) = 57+88+149=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #395895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395895 is #C6A76A. Grayscale: #555555. Windows color (decimal): -13018987 or 9787449. OLE color: 9787449.

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

Color convert

RGB5788149-
CMYK0.620.4100.42
HSL219.78º44.66%40.39%-
HSV(B)219.78º61.74%58.43%-
XYZ10.610.0229.81-
YUV85.68163.73107.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=19.39%
G=29.93%
B=50.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57881490.620.4100.42219.7844.6640.39
Hex3958953E2902Adc2d28
Octal7113022576510523345550
Binary111001101100010010101111110101001010101011011100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395895; }

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

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

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

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

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

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

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

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