Shades of Astral #36718A
Tints of Astral #36718A
RGB
CMYK
RGB Variations
Color information
#36718A (or 0x36718A) is known color: Astral. HEX triplet: 36, 71 and 8A. RGB value is (54,113,138). Sum of RGB (Red+Green+Blue) = 54+113+138=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #36718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36718A is #C98E75. Grayscale: #626262. Windows color (decimal): -13209206 or 9072950. OLE color: 9072950.
HSL color Cylindrical-coordinate representation of color #36718A: hue angle of 197.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36718A is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 113 | 138 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.46 |
| HSL | 197.86º | 0.44% | 0.38% | - |
| HSV(B) | 197.86º | 0.61% | 0.54% | - |
| XYZ | 12.01 | 14.43 | 26.2 | - |
| YUV | 98.21 | 150.45 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 138 | 0.61 | 0.18 | 0 | 0.46 | 197.86 | 0.44 | 0.38 |
| Hex | 36 | 71 | 8A | 3D | 12 | 0 | 2E | C6 | 2C | 26 |
| Octal | 66 | 161 | 212 | 75 | 22 | 0 | 56 | 306 | 54 | 46 |
| Binary | 110110 | 1110001 | 10001010 | 111101 | 10010 | 0 | 101110 | 11000110 | 101100 | 100110 |
Color Harmonies of #36718A
Complementary color
Monochromatic Colors of #36718A
Black with #36718A
Text Example
Text Example
White with #36718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36718A; }
p { color: rgb(54,113,138); }
H1.HeaderClassName
{
color: #36718A;
}
.AnyTagClassName
{
color: #36718A;
}
</style>
background-color css
<style>
a { background-color: #36718A; }
a { background-color: rgb(54,113,138); }
div.DivClassName
{
background-color: #36718A;
}
.BgClassName
{
background-color: #36718A;
}
</style>
border-color css
<style>
span { border-color: #36718A; }
span { border-color: rgb(54,113,138); }
td.TdClassName
{
border-color: #36718A;
}
.TagClassName
{
border-color: #36718A;
}
</style>