Shades of Astral #217694
Tints of Astral #217694
RGB
CMYK
RGB Variations
Color information
#217694 (or 0x217694) is known color: Astral. HEX triplet: 21, 76 and 94. RGB value is (33,118,148). Sum of RGB (Red+Green+Blue) = 33+118+148=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #217694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217694 is #DE896B. Grayscale: #5F5F5F. Windows color (decimal): -14584172 or 9729569. OLE color: 9729569.
HSL color Cylindrical-coordinate representation of color #217694: hue angle of 195.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217694 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 118 | 148 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.42 |
| HSL | 195.65º | 0.64% | 0.35% | - |
| HSV(B) | 195.65º | 0.78% | 0.58% | - |
| XYZ | 12.45 | 15.42 | 30.34 | - |
| YUV | 96.01 | 157.34 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 148 | 0.78 | 0.20 | 0 | 0.42 | 195.65 | 0.64 | 0.35 |
| Hex | 21 | 76 | 94 | 4E | 14 | 0 | 2A | C4 | 40 | 23 |
| Octal | 41 | 166 | 224 | 116 | 24 | 0 | 52 | 304 | 100 | 43 |
| Binary | 100001 | 1110110 | 10010100 | 1001110 | 10100 | 0 | 101010 | 11000100 | 1000000 | 100011 |
Color Harmonies of #217694
Complementary color
Monochromatic Colors of #217694
Black with #217694
Text Example
Text Example
White with #217694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217694; }
p { color: rgb(33,118,148); }
H1.HeaderClassName
{
color: #217694;
}
.AnyTagClassName
{
color: #217694;
}
</style>
background-color css
<style>
a { background-color: #217694; }
a { background-color: rgb(33,118,148); }
div.DivClassName
{
background-color: #217694;
}
.BgClassName
{
background-color: #217694;
}
</style>
border-color css
<style>
span { border-color: #217694; }
span { border-color: rgb(33,118,148); }
td.TdClassName
{
border-color: #217694;
}
.TagClassName
{
border-color: #217694;
}
</style>