Shades of Astral #36718B
Tints of Astral #36718B
RGB
CMYK
RGB Variations
Color information
#36718B (or 0x36718B) is known color: Astral. HEX triplet: 36, 71 and 8B. RGB value is (54,113,139). Sum of RGB (Red+Green+Blue) = 54+113+139=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #36718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36718B is #C98E74. Grayscale: #626262. Windows color (decimal): -13209205 or 9138486. OLE color: 9138486.
HSL color Cylindrical-coordinate representation of color #36718B: hue angle of 198.35º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36718B is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 113 | 139 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.45 |
| HSL | 198.35º | 0.44% | 0.38% | - |
| HSV(B) | 198.35º | 0.61% | 0.55% | - |
| XYZ | 12.09 | 14.46 | 26.58 | - |
| YUV | 98.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 139 | 0.61 | 0.19 | 0 | 0.45 | 198.35 | 0.44 | 0.38 |
| Hex | 36 | 71 | 8B | 3D | 13 | 0 | 2D | C6 | 2C | 26 |
| Octal | 66 | 161 | 213 | 75 | 23 | 0 | 55 | 306 | 54 | 46 |
| Binary | 110110 | 1110001 | 10001011 | 111101 | 10011 | 0 | 101101 | 11000110 | 101100 | 100110 |
Color Harmonies of #36718B
Complementary color
Monochromatic Colors of #36718B
Black with #36718B
Text Example
Text Example
White with #36718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36718B; }
p { color: rgb(54,113,139); }
H1.HeaderClassName
{
color: #36718B;
}
.AnyTagClassName
{
color: #36718B;
}
</style>
background-color css
<style>
a { background-color: #36718B; }
a { background-color: rgb(54,113,139); }
div.DivClassName
{
background-color: #36718B;
}
.BgClassName
{
background-color: #36718B;
}
</style>
border-color css
<style>
span { border-color: #36718B; }
span { border-color: rgb(54,113,139); }
td.TdClassName
{
border-color: #36718B;
}
.TagClassName
{
border-color: #36718B;
}
</style>