#394397

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

Shades of Tory Blue #394397

Tints of Tory Blue #394397

Color information

#394397 (or 0x394397) is unknown color: approx Tory Blue. HEX triplet: 39, 43 and 97. RGB value is (57,67,151). Sum of RGB (Red+Green+Blue) = 57+67+151=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #394397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394397 is #C6BC68. Grayscale: #494949. Windows color (decimal): -13024361 or 9913145. OLE color: 9913145.

HSL color Cylindrical-coordinate representation of color #394397: hue angle of 233.62º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #394397 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5767151-
CMYK0.620.5600.41
HSL233.62º45.19%40.78%-
HSV(B)233.62º62.25%59.22%-
XYZ9.287.1230.16-
YUV73.59171.69116.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 151 (59.38% from 255) = 54.91%
R=20.73%
G=24.36%
B=54.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57671510.620.5600.41233.6245.1940.78
Hex3943973E38029ea2d29
Octal7110322776700513525551
Binary111001100001110010111111110111000010100111101010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394397; }

 p { color: rgb(57,67,151); }

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

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

 a { background-color: rgb(57,67,151); }

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

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

 span { border-color: rgb(57,67,151); }

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