#394292

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

Shades of Tory Blue #394292

Tints of Tory Blue #394292

Color information

#394292 (or 0x394292) is unknown color: approx Tory Blue. HEX triplet: 39, 42 and 92. RGB value is (57,66,146). Sum of RGB (Red+Green+Blue) = 57+66+146=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #394292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394292 is #C6BD6D. Grayscale: #484848. Windows color (decimal): -13024622 or 9585209. OLE color: 9585209.

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

Color convert

RGB5766146-
CMYK0.610.5500.43
HSL233.93º43.84%39.8%-
HSV(B)233.93º60.96%57.25%-
XYZ8.826.8428.05-
YUV72.43169.52117-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 146 (57.42% from 255) = 54.28%
R=21.19%
G=24.54%
B=54.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57661460.610.5500.43233.9343.8439.8
Hex3942923D3702Bea2c28
Octal7110222275670533525450
Binary111001100001010010010111101110111010101111101010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394292; }

 p { color: rgb(57,66,146); }

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

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

 a { background-color: rgb(57,66,146); }

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

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

 span { border-color: rgb(57,66,146); }

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