#394A7C

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

Shades of Tory Blue #394A7C

Tints of Tory Blue #394A7C

Color information

#394A7C (or 0x394A7C) is unknown color: approx Tory Blue. HEX triplet: 39, 4A and 7C. RGB value is (57,74,124). Sum of RGB (Red+Green+Blue) = 57+74+124=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #394A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A7C is #C6B583. Grayscale: #4A4A4A. Windows color (decimal): -13022596 or 8145465. OLE color: 8145465.

HSL color Cylindrical-coordinate representation of color #394A7C: hue angle of 224.78º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #394A7C is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5774124-
CMYK0.540.4000.51
HSL224.78º37.02%35.49%-
HSV(B)224.78º54.03%48.63%-
XYZ7.777.2220.05-
YUV74.62155.87115.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=22.35%
G=29.02%
B=48.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57741240.540.4000.51224.7837.0235.49
Hex394A7C3628033e12523
Octal7111217466500633414543
Binary11100110010101111100110110101000011001111100001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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