Shades of Astronaut Blue #284456
Tints of Astronaut Blue #284456
RGB
CMYK
RGB Variations
Color information
#284456 (or 0x284456) is known color: Astronaut Blue. HEX triplet: 28, 44 and 56. RGB value is (40,68,86). Sum of RGB (Red+Green+Blue) = 40+68+86=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #284456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284456 is #D7BBA9. Grayscale: #3D3D3D. Windows color (decimal): -14138282 or 5653544. OLE color: 5653544.
HSL color Cylindrical-coordinate representation of color #284456: hue angle of 203.48º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284456 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 68 | 86 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.66 |
| HSL | 203.48º | 0.37% | 0.25% | - |
| HSV(B) | 203.48º | 0.53% | 0.34% | - |
| XYZ | 4.62 | 5.26 | 9.58 | - |
| YUV | 61.68 | 141.72 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 86 | 0.53 | 0.21 | 0 | 0.66 | 203.48 | 0.37 | 0.25 |
| Hex | 28 | 44 | 56 | 35 | 15 | 0 | 42 | CB | 25 | 19 |
| Octal | 50 | 104 | 126 | 65 | 25 | 0 | 102 | 313 | 45 | 31 |
| Binary | 101000 | 1000100 | 1010110 | 110101 | 10101 | 0 | 1000010 | 11001011 | 100101 | 11001 |
Color Harmonies of #284456
Complementary color
Monochromatic Colors of #284456
Black with #284456
Text Example
Text Example
White with #284456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284456; }
p { color: rgb(40,68,86); }
H1.HeaderClassName
{
color: #284456;
}
.AnyTagClassName
{
color: #284456;
}
</style>
background-color css
<style>
a { background-color: #284456; }
a { background-color: rgb(40,68,86); }
div.DivClassName
{
background-color: #284456;
}
.BgClassName
{
background-color: #284456;
}
</style>
border-color css
<style>
span { border-color: #284456; }
span { border-color: rgb(40,68,86); }
td.TdClassName
{
border-color: #284456;
}
.TagClassName
{
border-color: #284456;
}
</style>