Shades of Astral #28698F
Tints of Astral #28698F
RGB
CMYK
RGB Variations
Color information
#28698F (or 0x28698F) is known color: Astral. HEX triplet: 28, 69 and 8F. RGB value is (40,105,143). Sum of RGB (Red+Green+Blue) = 40+105+143=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #28698F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28698F is #D79670. Grayscale: #595959. Windows color (decimal): -14128753 or 9398568. OLE color: 9398568.
HSL color Cylindrical-coordinate representation of color #28698F: hue angle of 202.14º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28698F is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 105 | 143 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.44 |
| HSL | 202.14º | 0.56% | 0.36% | - |
| HSV(B) | 202.14º | 0.72% | 0.56% | - |
| XYZ | 10.88 | 12.54 | 27.83 | - |
| YUV | 89.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 143 | 0.72 | 0.27 | 0 | 0.44 | 202.14 | 0.56 | 0.36 |
| Hex | 28 | 69 | 8F | 48 | 1B | 0 | 2C | CA | 38 | 24 |
| Octal | 50 | 151 | 217 | 110 | 33 | 0 | 54 | 312 | 70 | 44 |
| Binary | 101000 | 1101001 | 10001111 | 1001000 | 11011 | 0 | 101100 | 11001010 | 111000 | 100100 |
Color Harmonies of #28698F
Complementary color
Monochromatic Colors of #28698F
Black with #28698F
Text Example
Text Example
White with #28698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28698F; }
p { color: rgb(40,105,143); }
H1.HeaderClassName
{
color: #28698F;
}
.AnyTagClassName
{
color: #28698F;
}
</style>
background-color css
<style>
a { background-color: #28698F; }
a { background-color: rgb(40,105,143); }
div.DivClassName
{
background-color: #28698F;
}
.BgClassName
{
background-color: #28698F;
}
</style>
border-color css
<style>
span { border-color: #28698F; }
span { border-color: rgb(40,105,143); }
td.TdClassName
{
border-color: #28698F;
}
.TagClassName
{
border-color: #28698F;
}
</style>