Shades of Astronaut Blue #254355
Tints of Astronaut Blue #254355
RGB
CMYK
RGB Variations
Color information
#254355 (or 0x254355) is known color: Astronaut Blue. HEX triplet: 25, 43 and 55. RGB value is (37,67,85). Sum of RGB (Red+Green+Blue) = 37+67+85=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #254355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254355 is #DABCAA. Grayscale: #3B3B3B. Windows color (decimal): -14335147 or 5587749. OLE color: 5587749.
HSL color Cylindrical-coordinate representation of color #254355: hue angle of 202.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #254355 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 67 | 85 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.67 |
| HSL | 202.5º | 0.39% | 0.24% | - |
| HSV(B) | 202.5º | 0.56% | 0.33% | - |
| XYZ | 4.41 | 5.06 | 9.34 | - |
| YUV | 60.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 85 | 0.56 | 0.21 | 0 | 0.67 | 202.5 | 0.39 | 0.24 |
| Hex | 25 | 43 | 55 | 38 | 15 | 0 | 43 | CA | 27 | 18 |
| Octal | 45 | 103 | 125 | 70 | 25 | 0 | 103 | 312 | 47 | 30 |
| Binary | 100101 | 1000011 | 1010101 | 111000 | 10101 | 0 | 1000011 | 11001010 | 100111 | 11000 |
Color Harmonies of #254355
Complementary color
Monochromatic Colors of #254355
Black with #254355
Text Example
Text Example
White with #254355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254355; }
p { color: rgb(37,67,85); }
H1.HeaderClassName
{
color: #254355;
}
.AnyTagClassName
{
color: #254355;
}
</style>
background-color css
<style>
a { background-color: #254355; }
a { background-color: rgb(37,67,85); }
div.DivClassName
{
background-color: #254355;
}
.BgClassName
{
background-color: #254355;
}
</style>
border-color css
<style>
span { border-color: #254355; }
span { border-color: rgb(37,67,85); }
td.TdClassName
{
border-color: #254355;
}
.TagClassName
{
border-color: #254355;
}
</style>