Shades of Astral #36718D
Tints of Astral #36718D
RGB
CMYK
RGB Variations
Color information
#36718D (or 0x36718D) is known color: Astral. HEX triplet: 36, 71 and 8D. RGB value is (54,113,141). Sum of RGB (Red+Green+Blue) = 54+113+141=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #36718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36718D is #C98E72. Grayscale: #626262. Windows color (decimal): -13209203 or 9269558. OLE color: 9269558.
HSL color Cylindrical-coordinate representation of color #36718D: hue angle of 199.31º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36718D is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 113 | 141 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.45 |
| HSL | 199.31º | 0.45% | 0.38% | - |
| HSV(B) | 199.31º | 0.62% | 0.55% | - |
| XYZ | 12.23 | 14.52 | 27.36 | - |
| YUV | 98.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 141 | 0.62 | 0.20 | 0 | 0.45 | 199.31 | 0.45 | 0.38 |
| Hex | 36 | 71 | 8D | 3E | 14 | 0 | 2D | C7 | 2D | 26 |
| Octal | 66 | 161 | 215 | 76 | 24 | 0 | 55 | 307 | 55 | 46 |
| Binary | 110110 | 1110001 | 10001101 | 111110 | 10100 | 0 | 101101 | 11000111 | 101101 | 100110 |
Color Harmonies of #36718D
Complementary color
Monochromatic Colors of #36718D
Black with #36718D
Text Example
Text Example
White with #36718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36718D; }
p { color: rgb(54,113,141); }
H1.HeaderClassName
{
color: #36718D;
}
.AnyTagClassName
{
color: #36718D;
}
</style>
background-color css
<style>
a { background-color: #36718D; }
a { background-color: rgb(54,113,141); }
div.DivClassName
{
background-color: #36718D;
}
.BgClassName
{
background-color: #36718D;
}
</style>
border-color css
<style>
span { border-color: #36718D; }
span { border-color: rgb(54,113,141); }
td.TdClassName
{
border-color: #36718D;
}
.TagClassName
{
border-color: #36718D;
}
</style>