#394A90

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

Shades of Tory Blue #394A90

Tints of Tory Blue #394A90

Color information

#394A90 (or 0x394A90) is unknown color: approx Tory Blue. HEX triplet: 39, 4A and 90. RGB value is (57,74,144). Sum of RGB (Red+Green+Blue) = 57+74+144=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #394A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394A90 is #C6B56F. Grayscale: #4C4C4C. Windows color (decimal): -13022576 or 9456185. OLE color: 9456185.

HSL color Cylindrical-coordinate representation of color #394A90: hue angle of 228.28º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #394A90 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5774144-
CMYK0.600.4900.44
HSL228.28º43.28%39.41%-
HSV(B)228.28º60.42%56.47%-
XYZ9.177.7827.4-
YUV76.9165.87113.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=20.73%
G=26.91%
B=52.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57741440.600.4900.44228.2843.2839.41
Hex394A903C3102Ce42b27
Octal7111222074610543445347
Binary111001100101010010000111100110001010110011100100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,74,144); }

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

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

 a { background-color: rgb(57,74,144); }

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

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

 span { border-color: rgb(57,74,144); }

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