#394A94

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

Shades of Tory Blue #394A94

Tints of Tory Blue #394A94

Color information

#394A94 (or 0x394A94) is unknown color: approx Tory Blue. HEX triplet: 39, 4A and 94. RGB value is (57,74,148). Sum of RGB (Red+Green+Blue) = 57+74+148=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #394A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394A94 is #C6B56B. Grayscale: #4D4D4D. Windows color (decimal): -13022572 or 9718329. OLE color: 9718329.

HSL color Cylindrical-coordinate representation of color #394A94: hue angle of 228.79º 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 #394A94 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5774148-
CMYK0.610.5000.42
HSL228.79º44.39%40.2%-
HSV(B)228.79º61.49%58.04%-
XYZ9.487.9129.04-
YUV77.35167.87113.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.43%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 148 (58.20% from 255) = 53.05%
R=20.43%
G=26.52%
B=53.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57741480.610.5000.42228.7944.3940.2
Hex394A943D3202Ae52c28
Octal7111222475620523455450
Binary111001100101010010100111101110010010101011100101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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