Shades of Astronaut Blue #284356
Tints of Astronaut Blue #284356
RGB
CMYK
RGB Variations
Color information
#284356 (or 0x284356) is known color: Astronaut Blue. HEX triplet: 28, 43 and 56. RGB value is (40,67,86). Sum of RGB (Red+Green+Blue) = 40+67+86=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 86 - color contains mainly: blue. Hex color #284356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284356 is #D7BCA9. Grayscale: #3C3C3C. Windows color (decimal): -14138538 or 5653288. OLE color: 5653288.
HSL color Cylindrical-coordinate representation of color #284356: hue angle of 204.78º 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 #284356 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 67 | 86 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.66 |
| HSL | 204.78º | 0.37% | 0.25% | - |
| HSV(B) | 204.78º | 0.53% | 0.34% | - |
| XYZ | 4.56 | 5.14 | 9.56 | - |
| YUV | 61.09 | 142.05 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 86 | 0.53 | 0.22 | 0 | 0.66 | 204.78 | 0.37 | 0.25 |
| Hex | 28 | 43 | 56 | 35 | 16 | 0 | 42 | CD | 25 | 19 |
| Octal | 50 | 103 | 126 | 65 | 26 | 0 | 102 | 315 | 45 | 31 |
| Binary | 101000 | 1000011 | 1010110 | 110101 | 10110 | 0 | 1000010 | 11001101 | 100101 | 11001 |
Color Harmonies of #284356
Complementary color
Monochromatic Colors of #284356
Black with #284356
Text Example
Text Example
White with #284356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284356; }
p { color: rgb(40,67,86); }
H1.HeaderClassName
{
color: #284356;
}
.AnyTagClassName
{
color: #284356;
}
</style>
background-color css
<style>
a { background-color: #284356; }
a { background-color: rgb(40,67,86); }
div.DivClassName
{
background-color: #284356;
}
.BgClassName
{
background-color: #284356;
}
</style>
border-color css
<style>
span { border-color: #284356; }
span { border-color: rgb(40,67,86); }
td.TdClassName
{
border-color: #284356;
}
.TagClassName
{
border-color: #284356;
}
</style>