Shades of Astral #36728A
Tints of Astral #36728A
RGB
CMYK
RGB Variations
Color information
#36728A (or 0x36728A) is known color: Astral. HEX triplet: 36, 72 and 8A. RGB value is (54,114,138). Sum of RGB (Red+Green+Blue) = 54+114+138=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #36728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36728A is #C98D75. Grayscale: #626262. Windows color (decimal): -13208950 or 9073206. OLE color: 9073206.
HSL color Cylindrical-coordinate representation of color #36728A: hue angle of 197.14º 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 #36728A is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 114 | 138 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.46 |
| HSL | 197.14º | 0.44% | 0.38% | - |
| HSV(B) | 197.14º | 0.61% | 0.54% | - |
| XYZ | 12.13 | 14.65 | 26.23 | - |
| YUV | 98.8 | 150.12 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 138 | 0.61 | 0.17 | 0 | 0.46 | 197.14 | 0.44 | 0.38 |
| Hex | 36 | 72 | 8A | 3D | 11 | 0 | 2E | C5 | 2C | 26 |
| Octal | 66 | 162 | 212 | 75 | 21 | 0 | 56 | 305 | 54 | 46 |
| Binary | 110110 | 1110010 | 10001010 | 111101 | 10001 | 0 | 101110 | 11000101 | 101100 | 100110 |
Color Harmonies of #36728A
Complementary color
Monochromatic Colors of #36728A
Black with #36728A
Text Example
Text Example
White with #36728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36728A; }
p { color: rgb(54,114,138); }
H1.HeaderClassName
{
color: #36728A;
}
.AnyTagClassName
{
color: #36728A;
}
</style>
background-color css
<style>
a { background-color: #36728A; }
a { background-color: rgb(54,114,138); }
div.DivClassName
{
background-color: #36728A;
}
.BgClassName
{
background-color: #36728A;
}
</style>
border-color css
<style>
span { border-color: #36728A; }
span { border-color: rgb(54,114,138); }
td.TdClassName
{
border-color: #36728A;
}
.TagClassName
{
border-color: #36728A;
}
</style>