#394393

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

Shades of Tory Blue #394393

Tints of Tory Blue #394393

Color information

#394393 (or 0x394393) is unknown color: approx Tory Blue. HEX triplet: 39, 43 and 93. RGB value is (57,67,147). Sum of RGB (Red+Green+Blue) = 57+67+147=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #394393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394393 is #C6BC6C. Grayscale: #484848. Windows color (decimal): -13024365 or 9651001. OLE color: 9651001.

HSL color Cylindrical-coordinate representation of color #394393: hue angle of 233.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394393 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5767147-
CMYK0.610.5400.42
HSL233.33º44.12%40%-
HSV(B)233.33º61.22%57.65%-
XYZ8.966.9928.48-
YUV73.13169.69116.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=21.03%
G=24.72%
B=54.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57671470.610.5400.42233.3344.1240
Hex3943933D3602Ae92c28
Octal7110322375660523515450
Binary111001100001110010011111101110110010101011101001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394393; }

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

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

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

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

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

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

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

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