#394B88

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

Shades of Tory Blue #394B88

Tints of Tory Blue #394B88

Color information

#394B88 (or 0x394B88) is unknown color: approx Tory Blue. HEX triplet: 39, 4B and 88. RGB value is (57,75,136). Sum of RGB (Red+Green+Blue) = 57+75+136=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #394B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394B88 is #C6B477. Grayscale: #4C4C4C. Windows color (decimal): -13022328 or 8932153. OLE color: 8932153.

HSL color Cylindrical-coordinate representation of color #394B88: hue angle of 226.33º 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 #394B88 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5775136-
CMYK0.580.4500.47
HSL226.33º40.93%37.84%-
HSV(B)226.33º58.09%53.33%-
XYZ8.657.6824.32-
YUV76.57161.54114.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 136 (53.52% from 255) = 50.75%
R=21.27%
G=27.99%
B=50.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57751360.580.4500.47226.3340.9337.84
Hex394B883A2D02Fe22926
Octal7111321072550573425146
Binary111001100101110001000111010101101010111111100010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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