Shades of Astral #396785
Tints of Astral #396785
RGB
CMYK
RGB Variations
Color information
#396785 (or 0x396785) is known color: Astral. HEX triplet: 39, 67 and 85. RGB value is (57,103,133). Sum of RGB (Red+Green+Blue) = 57+103+133=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #396785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396785 is #C6987A. Grayscale: #5C5C5C. Windows color (decimal): -13015163 or 8742713. OLE color: 8742713.
HSL color Cylindrical-coordinate representation of color #396785: hue angle of 203.68º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #396785 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 103 | 133 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.48 |
| HSL | 203.68º | 0.4% | 0.37% | - |
| HSV(B) | 203.68º | 0.57% | 0.52% | - |
| XYZ | 10.77 | 12.26 | 23.99 | - |
| YUV | 92.67 | 150.76 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 103 | 133 | 0.57 | 0.23 | 0 | 0.48 | 203.68 | 0.4 | 0.37 |
| Hex | 39 | 67 | 85 | 39 | 17 | 0 | 30 | CC | 28 | 25 |
| Octal | 71 | 147 | 205 | 71 | 27 | 0 | 60 | 314 | 50 | 45 |
| Binary | 111001 | 1100111 | 10000101 | 111001 | 10111 | 0 | 110000 | 11001100 | 101000 | 100101 |
Color Harmonies of #396785
Complementary color
Monochromatic Colors of #396785
Black with #396785
Text Example
Text Example
White with #396785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396785; }
p { color: rgb(57,103,133); }
H1.HeaderClassName
{
color: #396785;
}
.AnyTagClassName
{
color: #396785;
}
</style>
background-color css
<style>
a { background-color: #396785; }
a { background-color: rgb(57,103,133); }
div.DivClassName
{
background-color: #396785;
}
.BgClassName
{
background-color: #396785;
}
</style>
border-color css
<style>
span { border-color: #396785; }
span { border-color: rgb(57,103,133); }
td.TdClassName
{
border-color: #396785;
}
.TagClassName
{
border-color: #396785;
}
</style>