#395487

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

Shades of Tory Blue #395487

Tints of Tory Blue #395487

Color information

#395487 (or 0x395487) is unknown color: approx Tory Blue. HEX triplet: 39, 54 and 87. RGB value is (57,84,135). Sum of RGB (Red+Green+Blue) = 57+84+135=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #395487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395487 is #C6AB78. Grayscale: #515151. Windows color (decimal): -13020025 or 8868921. OLE color: 8868921.

HSL color Cylindrical-coordinate representation of color #395487: hue angle of 219.23º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395487 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5784135-
CMYK0.580.3800.47
HSL219.23º40.62%37.65%-
HSV(B)219.23º57.78%52.94%-
XYZ9.238.9624.16-
YUV81.74158.05110.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=20.65%
G=30.43%
B=48.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57841350.580.3800.47219.2340.6237.65
Hex3954873A2602Fdb2926
Octal7112420772460573335146
Binary111001101010010000111111010100110010111111011011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395487; }

 p { color: rgb(57,84,135); }

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

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

 a { background-color: rgb(57,84,135); }

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

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

 span { border-color: rgb(57,84,135); }

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