Shades of Astral #28698C
Tints of Astral #28698C
RGB
CMYK
RGB Variations
Color information
#28698C (or 0x28698C) is known color: Astral. HEX triplet: 28, 69 and 8C. RGB value is (40,105,140). Sum of RGB (Red+Green+Blue) = 40+105+140=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #28698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28698C is #D79673. Grayscale: #595959. Windows color (decimal): -14128756 or 9201960. OLE color: 9201960.
HSL color Cylindrical-coordinate representation of color #28698C: hue angle of 201º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28698C is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 105 | 140 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.45 |
| HSL | 201º | 0.56% | 0.35% | - |
| HSV(B) | 201º | 0.71% | 0.55% | - |
| XYZ | 10.66 | 12.45 | 26.65 | - |
| YUV | 89.56 | 156.47 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 105 | 140 | 0.71 | 0.25 | 0 | 0.45 | 201 | 0.56 | 0.35 |
| Hex | 28 | 69 | 8C | 47 | 19 | 0 | 2D | C9 | 38 | 23 |
| Octal | 50 | 151 | 214 | 107 | 31 | 0 | 55 | 311 | 70 | 43 |
| Binary | 101000 | 1101001 | 10001100 | 1000111 | 11001 | 0 | 101101 | 11001001 | 111000 | 100011 |
Color Harmonies of #28698C
Complementary color
Monochromatic Colors of #28698C
Black with #28698C
Text Example
Text Example
White with #28698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28698C; }
p { color: rgb(40,105,140); }
H1.HeaderClassName
{
color: #28698C;
}
.AnyTagClassName
{
color: #28698C;
}
</style>
background-color css
<style>
a { background-color: #28698C; }
a { background-color: rgb(40,105,140); }
div.DivClassName
{
background-color: #28698C;
}
.BgClassName
{
background-color: #28698C;
}
</style>
border-color css
<style>
span { border-color: #28698C; }
span { border-color: rgb(40,105,140); }
td.TdClassName
{
border-color: #28698C;
}
.TagClassName
{
border-color: #28698C;
}
</style>