Shades of Astral #36708E
Tints of Astral #36708E
RGB
CMYK
RGB Variations
Color information
#36708E (or 0x36708E) is known color: Astral. HEX triplet: 36, 70 and 8E. RGB value is (54,112,142). Sum of RGB (Red+Green+Blue) = 54+112+142=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #36708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36708E is #C98F71. Grayscale: #616161. Windows color (decimal): -13209458 or 9334838. OLE color: 9334838.
HSL color Cylindrical-coordinate representation of color #36708E: hue angle of 200.45º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36708E is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 112 | 142 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.44 |
| HSL | 200.45º | 0.45% | 0.38% | - |
| HSV(B) | 200.45º | 0.62% | 0.56% | - |
| XYZ | 12.2 | 14.33 | 27.71 | - |
| YUV | 98.08 | 152.78 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 112 | 142 | 0.62 | 0.21 | 0 | 0.44 | 200.45 | 0.45 | 0.38 |
| Hex | 36 | 70 | 8E | 3E | 15 | 0 | 2C | C8 | 2D | 26 |
| Octal | 66 | 160 | 216 | 76 | 25 | 0 | 54 | 310 | 55 | 46 |
| Binary | 110110 | 1110000 | 10001110 | 111110 | 10101 | 0 | 101100 | 11001000 | 101101 | 100110 |
Color Harmonies of #36708E
Complementary color
Monochromatic Colors of #36708E
Black with #36708E
Text Example
Text Example
White with #36708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36708E; }
p { color: rgb(54,112,142); }
H1.HeaderClassName
{
color: #36708E;
}
.AnyTagClassName
{
color: #36708E;
}
</style>
background-color css
<style>
a { background-color: #36708E; }
a { background-color: rgb(54,112,142); }
div.DivClassName
{
background-color: #36708E;
}
.BgClassName
{
background-color: #36708E;
}
</style>
border-color css
<style>
span { border-color: #36708E; }
span { border-color: rgb(54,112,142); }
td.TdClassName
{
border-color: #36708E;
}
.TagClassName
{
border-color: #36708E;
}
</style>