#394987

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

Shades of Tory Blue #394987

Tints of Tory Blue #394987

Color information

#394987 (or 0x394987) is unknown color: approx Tory Blue. HEX triplet: 39, 49 and 87. RGB value is (57,73,135). Sum of RGB (Red+Green+Blue) = 57+73+135=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #394987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394987 is #C6B678. Grayscale: #4B4B4B. Windows color (decimal): -13022841 or 8866105. OLE color: 8866105.

HSL color Cylindrical-coordinate representation of color #394987: hue angle of 227.69º 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 #394987 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5773135-
CMYK0.580.4600.47
HSL227.69º40.62%37.65%-
HSV(B)227.69º57.78%52.94%-
XYZ8.447.3823.9-
YUV75.28161.7114.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=21.51%
G=27.55%
B=50.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57731350.580.4600.47227.6940.6237.65
Hex3949873A2E02Fe42926
Octal7111120772560573445146
Binary111001100100110000111111010101110010111111100100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394987; }

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

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

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

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

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

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

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

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