#396D89

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

Shades of Astral #396D89

Tints of Astral #396D89

Color information

#396D89 (or 0x396D89) is unknown color: approx Astral. HEX triplet: 39, 6D and 89. RGB value is (57,109,137). Sum of RGB (Red+Green+Blue) = 57+109+137=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #396D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396D89 is #C69276. Grayscale: #606060. Windows color (decimal): -13013623 or 9006393. OLE color: 9006393.

HSL color Cylindrical-coordinate representation of color #396D89: hue angle of 201º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396D89 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57109137-
CMYK0.580.2000.46
HSL201º41.24%38.04%-
HSV(B)201º58.39%53.73%-
XYZ11.6713.6125.68-
YUV96.64150.7799.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=18.81%
G=35.97%
B=45.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571091370.580.2000.4620141.2438.04
Hex396D893A1402Ec92926
Octal7115521172240563115146
Binary11100111011011000100111101010100010111011001001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396D89; }

 p { color: rgb(57,109,137); }

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

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

 a { background-color: rgb(57,109,137); }

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

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

 span { border-color: rgb(57,109,137); }

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