#394588

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

Shades of Tory Blue #394588

Tints of Tory Blue #394588

Color information

#394588 (or 0x394588) is unknown color: approx Tory Blue. HEX triplet: 39, 45 and 88. RGB value is (57,69,136). Sum of RGB (Red+Green+Blue) = 57+69+136=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #394588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394588 is #C6BA77. Grayscale: #484848. Windows color (decimal): -13023864 or 8930617. OLE color: 8930617.

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

Color convert

RGB5769136-
CMYK0.580.4900.47
HSL230.89º40.93%37.84%-
HSV(B)230.89º58.09%53.33%-
XYZ8.266.924.19-
YUV73.05163.52116.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=21.76%
G=26.34%
B=51.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57691360.580.4900.47230.8940.9337.84
Hex3945883A3102Fe72926
Octal7110521072610573475146
Binary111001100010110001000111010110001010111111100111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394588; }

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

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

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

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

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

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

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

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