#394B9B

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

Shades of Tory Blue #394B9B

Tints of Tory Blue #394B9B

Color information

#394B9B (or 0x394B9B) is unknown color: approx Tory Blue. HEX triplet: 39, 4B and 9B. RGB value is (57,75,155). Sum of RGB (Red+Green+Blue) = 57+75+155=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #394B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394B9B is #C6B464. Grayscale: #4E4E4E. Windows color (decimal): -13022309 or 10177337. OLE color: 10177337.

HSL color Cylindrical-coordinate representation of color #394B9B: hue angle of 228.98º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394B9B is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5775155-
CMYK0.630.5200.39
HSL228.98º46.23%41.57%-
HSV(B)228.98º63.23%60.78%-
XYZ10.128.2732.07-
YUV78.74171.04112.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=19.86%
G=26.13%
B=54.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57751550.630.5200.39228.9846.2341.57
Hex394B9B3F34027e52e2a
Octal7111323377640473455652
Binary111001100101110011011111111110100010011111100101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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