#394D9C

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

Shades of Tory Blue #394D9C

Tints of Tory Blue #394D9C

Color information

#394D9C (or 0x394D9C) is unknown color: approx Tory Blue. HEX triplet: 39, 4D and 9C. RGB value is (57,77,156). Sum of RGB (Red+Green+Blue) = 57+77+156=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #394D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D9C is #C6B263. Grayscale: #4F4F4F. Windows color (decimal): -13021796 or 10243385. OLE color: 10243385.

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

Color convert

RGB5777156-
CMYK0.630.5100.39
HSL227.88º46.48%41.76%-
HSV(B)227.88º63.46%61.18%-
XYZ10.348.5832.56-
YUV80.03170.87111.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 156 (61.33% from 255) = 53.79%
R=19.66%
G=26.55%
B=53.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57771560.630.5100.39227.8846.4841.76
Hex394D9C3F33027e42e2a
Octal7111523477630473445652
Binary111001100110110011100111111110011010011111100100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,77,156); }

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

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

 a { background-color: rgb(57,77,156); }

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

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

 span { border-color: rgb(57,77,156); }

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