Shades of Astral #36768F
Tints of Astral #36768F
RGB
CMYK
RGB Variations
Color information
#36768F (or 0x36768F) is known color: Astral. HEX triplet: 36, 76 and 8F. RGB value is (54,118,143). Sum of RGB (Red+Green+Blue) = 54+118+143=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #36768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36768F is #C98970. Grayscale: #656565. Windows color (decimal): -13207921 or 9401910. OLE color: 9401910.
HSL color Cylindrical-coordinate representation of color #36768F: hue angle of 196.85º 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 #36768F is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 118 | 143 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.44 |
| HSL | 196.85º | 0.45% | 0.39% | - |
| HSV(B) | 196.85º | 0.62% | 0.56% | - |
| XYZ | 12.96 | 15.72 | 28.34 | - |
| YUV | 101.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 143 | 0.62 | 0.17 | 0 | 0.44 | 196.85 | 0.45 | 0.39 |
| Hex | 36 | 76 | 8F | 3E | 11 | 0 | 2C | C5 | 2D | 27 |
| Octal | 66 | 166 | 217 | 76 | 21 | 0 | 54 | 305 | 55 | 47 |
| Binary | 110110 | 1110110 | 10001111 | 111110 | 10001 | 0 | 101100 | 11000101 | 101101 | 100111 |
Color Harmonies of #36768F
Complementary color
Monochromatic Colors of #36768F
Black with #36768F
Text Example
Text Example
White with #36768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36768F; }
p { color: rgb(54,118,143); }
H1.HeaderClassName
{
color: #36768F;
}
.AnyTagClassName
{
color: #36768F;
}
</style>
background-color css
<style>
a { background-color: #36768F; }
a { background-color: rgb(54,118,143); }
div.DivClassName
{
background-color: #36768F;
}
.BgClassName
{
background-color: #36768F;
}
</style>
border-color css
<style>
span { border-color: #36768F; }
span { border-color: rgb(54,118,143); }
td.TdClassName
{
border-color: #36768F;
}
.TagClassName
{
border-color: #36768F;
}
</style>