Shades of Astronaut Blue #274455
Tints of Astronaut Blue #274455
RGB
CMYK
RGB Variations
Color information
#274455 (or 0x274455) is known color: Astronaut Blue. HEX triplet: 27, 44 and 55. RGB value is (39,68,85). Sum of RGB (Red+Green+Blue) = 39+68+85=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #274455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274455 is #D8BBAA. Grayscale: #3D3D3D. Windows color (decimal): -14203819 or 5588007. OLE color: 5588007.
HSL color Cylindrical-coordinate representation of color #274455: hue angle of 202.17º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #274455 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 68 | 85 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.67 |
| HSL | 202.17º | 0.37% | 0.24% | - |
| HSV(B) | 202.17º | 0.54% | 0.33% | - |
| XYZ | 4.54 | 5.22 | 9.36 | - |
| YUV | 61.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 85 | 0.54 | 0.20 | 0 | 0.67 | 202.17 | 0.37 | 0.24 |
| Hex | 27 | 44 | 55 | 36 | 14 | 0 | 43 | CA | 25 | 18 |
| Octal | 47 | 104 | 125 | 66 | 24 | 0 | 103 | 312 | 45 | 30 |
| Binary | 100111 | 1000100 | 1010101 | 110110 | 10100 | 0 | 1000011 | 11001010 | 100101 | 11000 |
Color Harmonies of #274455
Complementary color
Monochromatic Colors of #274455
Black with #274455
Text Example
Text Example
White with #274455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274455; }
p { color: rgb(39,68,85); }
H1.HeaderClassName
{
color: #274455;
}
.AnyTagClassName
{
color: #274455;
}
</style>
background-color css
<style>
a { background-color: #274455; }
a { background-color: rgb(39,68,85); }
div.DivClassName
{
background-color: #274455;
}
.BgClassName
{
background-color: #274455;
}
</style>
border-color css
<style>
span { border-color: #274455; }
span { border-color: rgb(39,68,85); }
td.TdClassName
{
border-color: #274455;
}
.TagClassName
{
border-color: #274455;
}
</style>