#394587

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

Shades of Tory Blue #394587

Tints of Tory Blue #394587

Color information

#394587 (or 0x394587) is unknown color: approx Tory Blue. HEX triplet: 39, 45 and 87. RGB value is (57,69,135). Sum of RGB (Red+Green+Blue) = 57+69+135=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #394587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394587 is #C6BA78. Grayscale: #484848. Windows color (decimal): -13023865 or 8865081. OLE color: 8865081.

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

Color convert

RGB5769135-
CMYK0.580.4900.47
HSL230.77º40.62%37.65%-
HSV(B)230.77º57.78%52.94%-
XYZ8.196.8823.82-
YUV72.94163.02116.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 135 (53.12% from 255) = 51.72%
R=21.84%
G=26.44%
B=51.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57691350.580.4900.47230.7740.6237.65
Hex3945873A3102Fe72926
Octal7110520772610573475146
Binary111001100010110000111111010110001010111111100111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394587; }

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

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

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

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

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

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

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

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