#396789

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

Shades of Astral #396789

Tints of Astral #396789

Color information

#396789 (or 0x396789) is unknown color: approx Astral. HEX triplet: 39, 67 and 89. RGB value is (57,103,137). Sum of RGB (Red+Green+Blue) = 57+103+137=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #396789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396789 is #C69876. Grayscale: #5C5C5C. Windows color (decimal): -13015159 or 9004857. OLE color: 9004857.

HSL color Cylindrical-coordinate representation of color #396789: hue angle of 205.5º 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 #396789 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57103137-
CMYK0.580.2500.46
HSL205.5º41.24%38.04%-
HSV(B)205.5º58.39%53.73%-
XYZ11.0512.3825.47-
YUV93.12152.76102.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.19%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=19.19%
G=34.68%
B=46.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571031370.580.2500.46205.541.2438.04
Hex3967893A1902Ece2926
Octal7114721172310563165146
Binary11100111001111000100111101011001010111011001110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396789; }

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

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

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

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

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

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

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

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