#394886

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

Shades of Tory Blue #394886

Tints of Tory Blue #394886

Color information

#394886 (or 0x394886) is unknown color: approx Tory Blue. HEX triplet: 39, 48 and 86. RGB value is (57,72,134). Sum of RGB (Red+Green+Blue) = 57+72+134=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #394886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394886 is #C6B779. Grayscale: #4A4A4A. Windows color (decimal): -13023098 or 8800313. OLE color: 8800313.

HSL color Cylindrical-coordinate representation of color #394886: hue angle of 228.31º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #394886 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5772134-
CMYK0.570.4600.47
HSL228.31º40.31%37.45%-
HSV(B)228.31º57.46%52.55%-
XYZ8.317.2323.51-
YUV74.58161.53115.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 134 (52.73% from 255) = 50.95%
R=21.67%
G=27.38%
B=50.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57721340.570.4600.47228.3140.3137.45
Hex394886392E02Fe42825
Octal7111020671560573445045
Binary111001100100010000110111001101110010111111100100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394886; }

 p { color: rgb(57,72,134); }

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

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

 a { background-color: rgb(57,72,134); }

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

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

 span { border-color: rgb(57,72,134); }

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