#394A88

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

Shades of Tory Blue #394A88

Tints of Tory Blue #394A88

Color information

#394A88 (or 0x394A88) is unknown color: approx Tory Blue. HEX triplet: 39, 4A and 88. RGB value is (57,74,136). Sum of RGB (Red+Green+Blue) = 57+74+136=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #394A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394A88 is #C6B577. Grayscale: #4B4B4B. Windows color (decimal): -13022584 or 8931897. OLE color: 8931897.

HSL color Cylindrical-coordinate representation of color #394A88: hue angle of 227.09º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #394A88 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5774136-
CMYK0.580.4600.47
HSL227.09º40.93%37.84%-
HSV(B)227.09º58.09%53.33%-
XYZ8.587.5424.3-
YUV75.98161.87114.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 136 (53.52% from 255) = 50.94%
R=21.35%
G=27.72%
B=50.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57741360.580.4600.47227.0940.9337.84
Hex394A883A2E02Fe32926
Octal7111221072560573435146
Binary111001100101010001000111010101110010111111100011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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