Shades of Astronaut Blue #274559
Tints of Astronaut Blue #274559
RGB
CMYK
RGB Variations
Color information
#274559 (or 0x274559) is known color: Astronaut Blue. HEX triplet: 27, 45 and 59. RGB value is (39,69,89). Sum of RGB (Red+Green+Blue) = 39+69+89=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #274559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274559 is #D8BAA6. Grayscale: #3E3E3E. Windows color (decimal): -14203559 or 5850407. OLE color: 5850407.
HSL color Cylindrical-coordinate representation of color #274559: hue angle of 204º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #274559 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 69 | 89 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.65 |
| HSL | 204º | 0.39% | 0.25% | - |
| HSV(B) | 204º | 0.56% | 0.35% | - |
| XYZ | 4.77 | 5.41 | 10.24 | - |
| YUV | 62.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 89 | 0.56 | 0.22 | 0 | 0.65 | 204 | 0.39 | 0.25 |
| Hex | 27 | 45 | 59 | 38 | 16 | 0 | 41 | CC | 27 | 19 |
| Octal | 47 | 105 | 131 | 70 | 26 | 0 | 101 | 314 | 47 | 31 |
| Binary | 100111 | 1000101 | 1011001 | 111000 | 10110 | 0 | 1000001 | 11001100 | 100111 | 11001 |
Color Harmonies of #274559
Complementary color
Monochromatic Colors of #274559
Black with #274559
Text Example
Text Example
White with #274559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274559; }
p { color: rgb(39,69,89); }
H1.HeaderClassName
{
color: #274559;
}
.AnyTagClassName
{
color: #274559;
}
</style>
background-color css
<style>
a { background-color: #274559; }
a { background-color: rgb(39,69,89); }
div.DivClassName
{
background-color: #274559;
}
.BgClassName
{
background-color: #274559;
}
</style>
border-color css
<style>
span { border-color: #274559; }
span { border-color: rgb(39,69,89); }
td.TdClassName
{
border-color: #274559;
}
.TagClassName
{
border-color: #274559;
}
</style>