#396981

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

Shades of Astral #396981

Tints of Astral #396981

Color information

#396981 (or 0x396981) is unknown color: approx Astral. HEX triplet: 39, 69 and 81. RGB value is (57,105,129). Sum of RGB (Red+Green+Blue) = 57+105+129=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #396981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396981 is #C6967E. Grayscale: #5D5D5D. Windows color (decimal): -13014655 or 8481081. OLE color: 8481081.

HSL color Cylindrical-coordinate representation of color #396981: hue angle of 200º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #396981 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57105129-
CMYK0.560.1900.49
HSL200º38.71%36.47%-
HSV(B)200º55.81%50.59%-
XYZ10.712.5622.63-
YUV93.38148.1102.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 129 (50.78% from 255) = 44.33%
R=19.59%
G=36.08%
B=44.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571051290.560.1900.4920038.7136.47
Hex3969813813031c82724
Octal7115120170230613104744
Binary11100111010011000000111100010011011000111001000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396981; }

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

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

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

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

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

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

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

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