#396991

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

Shades of Astral #396991

Tints of Astral #396991

Color information

#396991 (or 0x396991) is unknown color: approx Astral. HEX triplet: 39, 69 and 91. RGB value is (57,105,145). Sum of RGB (Red+Green+Blue) = 57+105+145=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #396991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396991 is #C6966E. Grayscale: #5F5F5F. Windows color (decimal): -13014639 or 9529657. OLE color: 9529657.

HSL color Cylindrical-coordinate representation of color #396991: hue angle of 207.27º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396991 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57105145-
CMYK0.610.2800.43
HSL207.27º43.56%39.61%-
HSV(B)207.27º60.69%56.86%-
XYZ11.8513.0228.68-
YUV95.21156.1100.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=18.57%
G=34.20%
B=47.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571051450.610.2800.43207.2743.5639.61
Hex3969913D1C02Bcf2c28
Octal7115122175340533175450
Binary11100111010011001000111110111100010101111001111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396991; }

 p { color: rgb(57,105,145); }

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

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

 a { background-color: rgb(57,105,145); }

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

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

 span { border-color: rgb(57,105,145); }

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