Shades of Astral #36698A
Tints of Astral #36698A
RGB
CMYK
RGB Variations
Color information
#36698A (or 0x36698A) is known color: Astral. HEX triplet: 36, 69 and 8A. RGB value is (54,105,138). Sum of RGB (Red+Green+Blue) = 54+105+138=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #36698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36698A is #C99675. Grayscale: #5D5D5D. Windows color (decimal): -13211254 or 9070902. OLE color: 9070902.
HSL color Cylindrical-coordinate representation of color #36698A: hue angle of 203.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36698A is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 105 | 138 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.46 |
| HSL | 203.57º | 0.44% | 0.38% | - |
| HSV(B) | 203.57º | 0.61% | 0.54% | - |
| XYZ | 11.16 | 12.72 | 25.91 | - |
| YUV | 93.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 138 | 0.61 | 0.24 | 0 | 0.46 | 203.57 | 0.44 | 0.38 |
| Hex | 36 | 69 | 8A | 3D | 18 | 0 | 2E | CC | 2C | 26 |
| Octal | 66 | 151 | 212 | 75 | 30 | 0 | 56 | 314 | 54 | 46 |
| Binary | 110110 | 1101001 | 10001010 | 111101 | 11000 | 0 | 101110 | 11001100 | 101100 | 100110 |
Color Harmonies of #36698A
Complementary color
Monochromatic Colors of #36698A
Black with #36698A
Text Example
Text Example
White with #36698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36698A; }
p { color: rgb(54,105,138); }
H1.HeaderClassName
{
color: #36698A;
}
.AnyTagClassName
{
color: #36698A;
}
</style>
background-color css
<style>
a { background-color: #36698A; }
a { background-color: rgb(54,105,138); }
div.DivClassName
{
background-color: #36698A;
}
.BgClassName
{
background-color: #36698A;
}
</style>
border-color css
<style>
span { border-color: #36698A; }
span { border-color: rgb(54,105,138); }
td.TdClassName
{
border-color: #36698A;
}
.TagClassName
{
border-color: #36698A;
}
</style>