#396982

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

Shades of Astral #396982

Tints of Astral #396982

Color information

#396982 (or 0x396982) is unknown color: approx Astral. HEX triplet: 39, 69 and 82. RGB value is (57,105,130). Sum of RGB (Red+Green+Blue) = 57+105+130=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #396982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396982 is #C6967D. Grayscale: #5D5D5D. Windows color (decimal): -13014654 or 8546617. OLE color: 8546617.

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

Color convert

RGB57105130-
CMYK0.560.1900.49
HSL200.55º39.04%36.67%-
HSV(B)200.55º56.15%50.98%-
XYZ10.7712.5822.98-
YUV93.5148.6101.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=19.52%
G=35.96%
B=44.52%

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
Decimal571051300.560.1900.49200.5539.0436.67
Hex3969823813031c92725
Octal7115120270230613114745
Binary11100111010011000001011100010011011000111001001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396982; }

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

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

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

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

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

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

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

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