Shades of Astral #28678B
Tints of Astral #28678B
RGB
CMYK
RGB Variations
Color information
#28678B (or 0x28678B) is known color: Astral. HEX triplet: 28, 67 and 8B. RGB value is (40,103,139). Sum of RGB (Red+Green+Blue) = 40+103+139=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #28678B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28678B is #D79874. Grayscale: #585858. Windows color (decimal): -14129269 or 9135912. OLE color: 9135912.
HSL color Cylindrical-coordinate representation of color #28678B: hue angle of 201.82º degrees, saturation: 0.55, 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 #28678B is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 103 | 139 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.45 |
| HSL | 201.82º | 0.55% | 0.35% | - |
| HSV(B) | 201.82º | 0.71% | 0.55% | - |
| XYZ | 10.39 | 12.02 | 26.2 | - |
| YUV | 88.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 139 | 0.71 | 0.26 | 0 | 0.45 | 201.82 | 0.55 | 0.35 |
| Hex | 28 | 67 | 8B | 47 | 1A | 0 | 2D | CA | 37 | 23 |
| Octal | 50 | 147 | 213 | 107 | 32 | 0 | 55 | 312 | 67 | 43 |
| Binary | 101000 | 1100111 | 10001011 | 1000111 | 11010 | 0 | 101101 | 11001010 | 110111 | 100011 |
Color Harmonies of #28678B
Complementary color
Monochromatic Colors of #28678B
Black with #28678B
Text Example
Text Example
White with #28678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28678B; }
p { color: rgb(40,103,139); }
H1.HeaderClassName
{
color: #28678B;
}
.AnyTagClassName
{
color: #28678B;
}
</style>
background-color css
<style>
a { background-color: #28678B; }
a { background-color: rgb(40,103,139); }
div.DivClassName
{
background-color: #28678B;
}
.BgClassName
{
background-color: #28678B;
}
</style>
border-color css
<style>
span { border-color: #28678B; }
span { border-color: rgb(40,103,139); }
td.TdClassName
{
border-color: #28678B;
}
.TagClassName
{
border-color: #28678B;
}
</style>