Shades of Astronaut Blue #284457
Tints of Astronaut Blue #284457
RGB
CMYK
RGB Variations
Color information
#284457 (or 0x284457) is known color: Astronaut Blue. HEX triplet: 28, 44 and 57. RGB value is (40,68,87). Sum of RGB (Red+Green+Blue) = 40+68+87=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #284457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284457 is #D7BBA8. Grayscale: #3D3D3D. Windows color (decimal): -14138281 or 5719080. OLE color: 5719080.
HSL color Cylindrical-coordinate representation of color #284457: hue angle of 204.26º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #284457 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 68 | 87 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.66 |
| HSL | 204.26º | 0.37% | 0.25% | - |
| HSV(B) | 204.26º | 0.54% | 0.34% | - |
| XYZ | 4.66 | 5.27 | 9.79 | - |
| YUV | 61.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 87 | 0.54 | 0.22 | 0 | 0.66 | 204.26 | 0.37 | 0.25 |
| Hex | 28 | 44 | 57 | 36 | 16 | 0 | 42 | CC | 25 | 19 |
| Octal | 50 | 104 | 127 | 66 | 26 | 0 | 102 | 314 | 45 | 31 |
| Binary | 101000 | 1000100 | 1010111 | 110110 | 10110 | 0 | 1000010 | 11001100 | 100101 | 11001 |
Color Harmonies of #284457
Complementary color
Monochromatic Colors of #284457
Black with #284457
Text Example
Text Example
White with #284457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284457; }
p { color: rgb(40,68,87); }
H1.HeaderClassName
{
color: #284457;
}
.AnyTagClassName
{
color: #284457;
}
</style>
background-color css
<style>
a { background-color: #284457; }
a { background-color: rgb(40,68,87); }
div.DivClassName
{
background-color: #284457;
}
.BgClassName
{
background-color: #284457;
}
</style>
border-color css
<style>
span { border-color: #284457; }
span { border-color: rgb(40,68,87); }
td.TdClassName
{
border-color: #284457;
}
.TagClassName
{
border-color: #284457;
}
</style>