Shades of Astral #36698D
Tints of Astral #36698D
RGB
CMYK
RGB Variations
Color information
#36698D (or 0x36698D) is known color: Astral. HEX triplet: 36, 69 and 8D. RGB value is (54,105,141). Sum of RGB (Red+Green+Blue) = 54+105+141=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #36698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36698D is #C99672. Grayscale: #5D5D5D. Windows color (decimal): -13211251 or 9267510. OLE color: 9267510.
HSL color Cylindrical-coordinate representation of color #36698D: hue angle of 204.83º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36698D is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 105 | 141 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.45 |
| HSL | 204.83º | 0.45% | 0.38% | - |
| HSV(B) | 204.83º | 0.62% | 0.55% | - |
| XYZ | 11.38 | 12.81 | 27.07 | - |
| YUV | 93.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 141 | 0.62 | 0.26 | 0 | 0.45 | 204.83 | 0.45 | 0.38 |
| Hex | 36 | 69 | 8D | 3E | 1A | 0 | 2D | CD | 2D | 26 |
| Octal | 66 | 151 | 215 | 76 | 32 | 0 | 55 | 315 | 55 | 46 |
| Binary | 110110 | 1101001 | 10001101 | 111110 | 11010 | 0 | 101101 | 11001101 | 101101 | 100110 |
Color Harmonies of #36698D
Complementary color
Monochromatic Colors of #36698D
Black with #36698D
Text Example
Text Example
White with #36698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36698D; }
p { color: rgb(54,105,141); }
H1.HeaderClassName
{
color: #36698D;
}
.AnyTagClassName
{
color: #36698D;
}
</style>
background-color css
<style>
a { background-color: #36698D; }
a { background-color: rgb(54,105,141); }
div.DivClassName
{
background-color: #36698D;
}
.BgClassName
{
background-color: #36698D;
}
</style>
border-color css
<style>
span { border-color: #36698D; }
span { border-color: rgb(54,105,141); }
td.TdClassName
{
border-color: #36698D;
}
.TagClassName
{
border-color: #36698D;
}
</style>