Shades of Astral #36798F
Tints of Astral #36798F
RGB
CMYK
RGB Variations
Color information
#36798F (or 0x36798F) is known color: Astral. HEX triplet: 36, 79 and 8F. RGB value is (54,121,143). Sum of RGB (Red+Green+Blue) = 54+121+143=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #36798F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36798F is #C98670. Grayscale: #676767. Windows color (decimal): -13207153 or 9402678. OLE color: 9402678.
HSL color Cylindrical-coordinate representation of color #36798F: hue angle of 194.83º 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 #36798F is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 121 | 143 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.44 |
| HSL | 194.83º | 0.45% | 0.39% | - |
| HSV(B) | 194.83º | 0.62% | 0.56% | - |
| XYZ | 13.32 | 16.44 | 28.46 | - |
| YUV | 103.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 143 | 0.62 | 0.15 | 0 | 0.44 | 194.83 | 0.45 | 0.39 |
| Hex | 36 | 79 | 8F | 3E | F | 0 | 2C | C3 | 2D | 27 |
| Octal | 66 | 171 | 217 | 76 | 17 | 0 | 54 | 303 | 55 | 47 |
| Binary | 110110 | 1111001 | 10001111 | 111110 | 1111 | 0 | 101100 | 11000011 | 101101 | 100111 |
Color Harmonies of #36798F
Complementary color
Monochromatic Colors of #36798F
Black with #36798F
Text Example
Text Example
White with #36798F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36798F; }
p { color: rgb(54,121,143); }
H1.HeaderClassName
{
color: #36798F;
}
.AnyTagClassName
{
color: #36798F;
}
</style>
background-color css
<style>
a { background-color: #36798F; }
a { background-color: rgb(54,121,143); }
div.DivClassName
{
background-color: #36798F;
}
.BgClassName
{
background-color: #36798F;
}
</style>
border-color css
<style>
span { border-color: #36798F; }
span { border-color: rgb(54,121,143); }
td.TdClassName
{
border-color: #36798F;
}
.TagClassName
{
border-color: #36798F;
}
</style>