#394884

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

Shades of Tory Blue #394884

Tints of Tory Blue #394884

Color information

#394884 (or 0x394884) is unknown color: approx Tory Blue. HEX triplet: 39, 48 and 84. RGB value is (57,72,132). Sum of RGB (Red+Green+Blue) = 57+72+132=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #394884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394884 is #C6B77B. Grayscale: #4A4A4A. Windows color (decimal): -13023100 or 8669241. OLE color: 8669241.

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

Color convert

RGB5772132-
CMYK0.570.4500.48
HSL228º39.68%37.06%-
HSV(B)228º56.82%51.76%-
XYZ8.177.1722.78-
YUV74.35160.53115.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=21.84%
G=27.59%
B=50.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57721320.570.4500.4822839.6837.06
Hex394884392D030e42825
Octal7111020471550603445045
Binary111001100100010000100111001101101011000011100100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394884; }

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

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

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

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

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

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

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

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