Shades of Astral #36698E
Tints of Astral #36698E
RGB
CMYK
RGB Variations
Color information
#36698E (or 0x36698E) is known color: Astral. HEX triplet: 36, 69 and 8E. RGB value is (54,105,142). Sum of RGB (Red+Green+Blue) = 54+105+142=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #36698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36698E is #C99671. Grayscale: #5D5D5D. Windows color (decimal): -13211250 or 9333046. OLE color: 9333046.
HSL color Cylindrical-coordinate representation of color #36698E: hue angle of 205.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36698E is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 105 | 142 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.44 |
| HSL | 205.23º | 0.45% | 0.38% | - |
| HSV(B) | 205.23º | 0.62% | 0.56% | - |
| XYZ | 11.46 | 12.84 | 27.47 | - |
| YUV | 93.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 142 | 0.62 | 0.26 | 0 | 0.44 | 205.23 | 0.45 | 0.38 |
| Hex | 36 | 69 | 8E | 3E | 1A | 0 | 2C | CD | 2D | 26 |
| Octal | 66 | 151 | 216 | 76 | 32 | 0 | 54 | 315 | 55 | 46 |
| Binary | 110110 | 1101001 | 10001110 | 111110 | 11010 | 0 | 101100 | 11001101 | 101101 | 100110 |
Color Harmonies of #36698E
Complementary color
Monochromatic Colors of #36698E
Black with #36698E
Text Example
Text Example
White with #36698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36698E; }
p { color: rgb(54,105,142); }
H1.HeaderClassName
{
color: #36698E;
}
.AnyTagClassName
{
color: #36698E;
}
</style>
background-color css
<style>
a { background-color: #36698E; }
a { background-color: rgb(54,105,142); }
div.DivClassName
{
background-color: #36698E;
}
.BgClassName
{
background-color: #36698E;
}
</style>
border-color css
<style>
span { border-color: #36698E; }
span { border-color: rgb(54,105,142); }
td.TdClassName
{
border-color: #36698E;
}
.TagClassName
{
border-color: #36698E;
}
</style>