Shades of Astral #28678A
Tints of Astral #28678A
RGB
CMYK
RGB Variations
Color information
#28678A (or 0x28678A) is known color: Astral. HEX triplet: 28, 67 and 8A. RGB value is (40,103,138). Sum of RGB (Red+Green+Blue) = 40+103+138=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #28678A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28678A is #D79875. Grayscale: #575757. Windows color (decimal): -14129270 or 9070376. OLE color: 9070376.
HSL color Cylindrical-coordinate representation of color #28678A: hue angle of 201.43º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28678A is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 103 | 138 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.46 |
| HSL | 201.43º | 0.55% | 0.35% | - |
| HSV(B) | 201.43º | 0.71% | 0.54% | - |
| XYZ | 10.31 | 11.99 | 25.81 | - |
| YUV | 88.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 138 | 0.71 | 0.25 | 0 | 0.46 | 201.43 | 0.55 | 0.35 |
| Hex | 28 | 67 | 8A | 47 | 19 | 0 | 2E | C9 | 37 | 23 |
| Octal | 50 | 147 | 212 | 107 | 31 | 0 | 56 | 311 | 67 | 43 |
| Binary | 101000 | 1100111 | 10001010 | 1000111 | 11001 | 0 | 101110 | 11001001 | 110111 | 100011 |
Color Harmonies of #28678A
Complementary color
Monochromatic Colors of #28678A
Black with #28678A
Text Example
Text Example
White with #28678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28678A; }
p { color: rgb(40,103,138); }
H1.HeaderClassName
{
color: #28678A;
}
.AnyTagClassName
{
color: #28678A;
}
</style>
background-color css
<style>
a { background-color: #28678A; }
a { background-color: rgb(40,103,138); }
div.DivClassName
{
background-color: #28678A;
}
.BgClassName
{
background-color: #28678A;
}
</style>
border-color css
<style>
span { border-color: #28678A; }
span { border-color: rgb(40,103,138); }
td.TdClassName
{
border-color: #28678A;
}
.TagClassName
{
border-color: #28678A;
}
</style>