#394F9B

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

Shades of Tory Blue #394F9B

Tints of Tory Blue #394F9B

Color information

#394F9B (or 0x394F9B) is unknown color: approx Tory Blue. HEX triplet: 39, 4F and 9B. RGB value is (57,79,155). Sum of RGB (Red+Green+Blue) = 57+79+155=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #394F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394F9B is #C6B064. Grayscale: #505050. Windows color (decimal): -13021285 or 10178361. OLE color: 10178361.

HSL color Cylindrical-coordinate representation of color #394F9B: hue angle of 226.53º 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 #394F9B is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5779155-
CMYK0.630.4900.39
HSL226.53º46.23%41.57%-
HSV(B)226.53º63.23%60.78%-
XYZ10.48.8332.17-
YUV81.09169.71110.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=19.59%
G=27.15%
B=53.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57791550.630.4900.39226.5346.2341.57
Hex394F9B3F31027e32e2a
Octal7111723377610473435652
Binary111001100111110011011111111110001010011111100011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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