#396980

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

Shades of Astral #396980

Tints of Astral #396980

Color information

#396980 (or 0x396980) is unknown color: approx Astral. HEX triplet: 39, 69 and 80. RGB value is (57,105,128). Sum of RGB (Red+Green+Blue) = 57+105+128=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #396980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396980 is #C6967F. Grayscale: #5D5D5D. Windows color (decimal): -13014656 or 8415545. OLE color: 8415545.

HSL color Cylindrical-coordinate representation of color #396980: hue angle of 199.44º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #396980 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB57105128-
CMYK0.550.1800.50
HSL199.44º38.38%36.27%-
HSV(B)199.44º55.47%50.2%-
XYZ10.6412.5322.28-
YUV93.27147.6102.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=19.66%
G=36.21%
B=44.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571051280.550.1800.50199.4438.3836.27
Hex3969803712032c72624
Octal7115120067220623074644
Binary11100111010011000000011011110010011001011000111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396980; }

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

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

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

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

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

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

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

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