#394895

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

Shades of Tory Blue #394895

Tints of Tory Blue #394895

Color information

#394895 (or 0x394895) is unknown color: approx Tory Blue. HEX triplet: 39, 48 and 95. RGB value is (57,72,149). Sum of RGB (Red+Green+Blue) = 57+72+149=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #394895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394895 is #C6B76A. Grayscale: #4B4B4B. Windows color (decimal): -13023083 or 9783353. OLE color: 9783353.

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

Color convert

RGB5772149-
CMYK0.620.5200.42
HSL230.22º44.66%40.39%-
HSV(B)230.22º61.74%58.43%-
XYZ9.437.6729.42-
YUV76.29169.03114.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.50%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=20.50%
G=25.90%
B=53.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57721490.620.5200.42230.2244.6640.39
Hex3948953E3402Ae62d28
Octal7111022576640523465550
Binary111001100100010010101111110110100010101011100110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394895; }

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

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

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

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

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

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

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

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