#394B99

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

Shades of Tory Blue #394B99

Tints of Tory Blue #394B99

Color information

#394B99 (or 0x394B99) is unknown color: approx Tory Blue. HEX triplet: 39, 4B and 99. RGB value is (57,75,153). Sum of RGB (Red+Green+Blue) = 57+75+153=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #394B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394B99 is #C6B466. Grayscale: #4E4E4E. Windows color (decimal): -13022311 or 10046265. OLE color: 10046265.

HSL color Cylindrical-coordinate representation of color #394B99: hue angle of 228.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394B99 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5775153-
CMYK0.630.5100.4
HSL228.75º45.71%41.18%-
HSV(B)228.75º62.75%60%-
XYZ9.958.231.2-
YUV78.51170.04112.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=20%
G=26.32%
B=53.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57751530.630.5100.4228.7545.7141.18
Hex394B993F33028e52e29
Octal7111323177630503455651
Binary111001100101110011001111111110011010100011100101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394B99; }

 p { color: rgb(57,75,153); }

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

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

 a { background-color: rgb(57,75,153); }

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

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

 span { border-color: rgb(57,75,153); }

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