Shades of Astral #36728F
Tints of Astral #36728F
RGB
CMYK
RGB Variations
Color information
#36728F (or 0x36728F) is known color: Astral. HEX triplet: 36, 72 and 8F. RGB value is (54,114,143). Sum of RGB (Red+Green+Blue) = 54+114+143=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #36728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36728F is #C98D70. Grayscale: #636363. Windows color (decimal): -13208945 or 9400886. OLE color: 9400886.
HSL color Cylindrical-coordinate representation of color #36728F: hue angle of 199.55º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36728F is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 114 | 143 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.44 |
| HSL | 199.55º | 0.45% | 0.39% | - |
| HSV(B) | 199.55º | 0.62% | 0.56% | - |
| XYZ | 12.5 | 14.8 | 28.19 | - |
| YUV | 99.37 | 152.62 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 114 | 143 | 0.62 | 0.20 | 0 | 0.44 | 199.55 | 0.45 | 0.39 |
| Hex | 36 | 72 | 8F | 3E | 14 | 0 | 2C | C8 | 2D | 27 |
| Octal | 66 | 162 | 217 | 76 | 24 | 0 | 54 | 310 | 55 | 47 |
| Binary | 110110 | 1110010 | 10001111 | 111110 | 10100 | 0 | 101100 | 11001000 | 101101 | 100111 |
Color Harmonies of #36728F
Complementary color
Monochromatic Colors of #36728F
Black with #36728F
Text Example
Text Example
White with #36728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36728F; }
p { color: rgb(54,114,143); }
H1.HeaderClassName
{
color: #36728F;
}
.AnyTagClassName
{
color: #36728F;
}
</style>
background-color css
<style>
a { background-color: #36728F; }
a { background-color: rgb(54,114,143); }
div.DivClassName
{
background-color: #36728F;
}
.BgClassName
{
background-color: #36728F;
}
</style>
border-color css
<style>
span { border-color: #36728F; }
span { border-color: rgb(54,114,143); }
td.TdClassName
{
border-color: #36728F;
}
.TagClassName
{
border-color: #36728F;
}
</style>