Shades of Astral #217894
Tints of Astral #217894
RGB
CMYK
RGB Variations
Color information
#217894 (or 0x217894) is known color: Astral. HEX triplet: 21, 78 and 94. RGB value is (33,120,148). Sum of RGB (Red+Green+Blue) = 33+120+148=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #217894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217894 is #DE876B. Grayscale: #606060. Windows color (decimal): -14583660 or 9730081. OLE color: 9730081.
HSL color Cylindrical-coordinate representation of color #217894: hue angle of 194.61º 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 #217894 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 120 | 148 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.42 |
| HSL | 194.61º | 0.64% | 0.35% | - |
| HSV(B) | 194.61º | 0.78% | 0.58% | - |
| XYZ | 12.69 | 15.89 | 30.42 | - |
| YUV | 97.18 | 156.68 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 148 | 0.78 | 0.19 | 0 | 0.42 | 194.61 | 0.64 | 0.35 |
| Hex | 21 | 78 | 94 | 4E | 13 | 0 | 2A | C3 | 40 | 23 |
| Octal | 41 | 170 | 224 | 116 | 23 | 0 | 52 | 303 | 100 | 43 |
| Binary | 100001 | 1111000 | 10010100 | 1001110 | 10011 | 0 | 101010 | 11000011 | 1000000 | 100011 |
Color Harmonies of #217894
Complementary color
Monochromatic Colors of #217894
Black with #217894
Text Example
Text Example
White with #217894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217894; }
p { color: rgb(33,120,148); }
H1.HeaderClassName
{
color: #217894;
}
.AnyTagClassName
{
color: #217894;
}
</style>
background-color css
<style>
a { background-color: #217894; }
a { background-color: rgb(33,120,148); }
div.DivClassName
{
background-color: #217894;
}
.BgClassName
{
background-color: #217894;
}
</style>
border-color css
<style>
span { border-color: #217894; }
span { border-color: rgb(33,120,148); }
td.TdClassName
{
border-color: #217894;
}
.TagClassName
{
border-color: #217894;
}
</style>