Shades of Astral #36788E
Tints of Astral #36788E
RGB
CMYK
RGB Variations
Color information
#36788E (or 0x36788E) is known color: Astral. HEX triplet: 36, 78 and 8E. RGB value is (54,120,142). Sum of RGB (Red+Green+Blue) = 54+120+142=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #36788E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36788E is #C98771. Grayscale: #666666. Windows color (decimal): -13207410 or 9336886. OLE color: 9336886.
HSL color Cylindrical-coordinate representation of color #36788E: hue angle of 195º 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 #36788E is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 120 | 142 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.44 |
| HSL | 195º | 0.45% | 0.38% | - |
| HSV(B) | 195º | 0.62% | 0.56% | - |
| XYZ | 13.12 | 16.17 | 28.02 | - |
| YUV | 102.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 120 | 142 | 0.62 | 0.15 | 0 | 0.44 | 195 | 0.45 | 0.38 |
| Hex | 36 | 78 | 8E | 3E | F | 0 | 2C | C3 | 2D | 26 |
| Octal | 66 | 170 | 216 | 76 | 17 | 0 | 54 | 303 | 55 | 46 |
| Binary | 110110 | 1111000 | 10001110 | 111110 | 1111 | 0 | 101100 | 11000011 | 101101 | 100110 |
Color Harmonies of #36788E
Complementary color
Monochromatic Colors of #36788E
Black with #36788E
Text Example
Text Example
White with #36788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36788E; }
p { color: rgb(54,120,142); }
H1.HeaderClassName
{
color: #36788E;
}
.AnyTagClassName
{
color: #36788E;
}
</style>
background-color css
<style>
a { background-color: #36788E; }
a { background-color: rgb(54,120,142); }
div.DivClassName
{
background-color: #36788E;
}
.BgClassName
{
background-color: #36788E;
}
</style>
border-color css
<style>
span { border-color: #36788E; }
span { border-color: rgb(54,120,142); }
td.TdClassName
{
border-color: #36788E;
}
.TagClassName
{
border-color: #36788E;
}
</style>