Shades of Astronaut Blue #274658
Tints of Astronaut Blue #274658
RGB
CMYK
RGB Variations
Color information
#274658 (or 0x274658) is known color: Astronaut Blue. HEX triplet: 27, 46 and 58. RGB value is (39,70,88). Sum of RGB (Red+Green+Blue) = 39+70+88=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #274658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274658 is #D8B9A7. Grayscale: #3E3E3E. Windows color (decimal): -14203304 or 5785127. OLE color: 5785127.
HSL color Cylindrical-coordinate representation of color #274658: hue angle of 202.04º 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 #274658 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 39 | 70 | 88 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.65 |
| HSL | 202.04º | 0.39% | 0.25% | - |
| HSV(B) | 202.04º | 0.56% | 0.35% | - |
| XYZ | 4.79 | 5.52 | 10.04 | - |
| YUV | 62.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 88 | 0.56 | 0.20 | 0 | 0.65 | 202.04 | 0.39 | 0.25 |
| Hex | 27 | 46 | 58 | 38 | 14 | 0 | 41 | CA | 27 | 19 |
| Octal | 47 | 106 | 130 | 70 | 24 | 0 | 101 | 312 | 47 | 31 |
| Binary | 100111 | 1000110 | 1011000 | 111000 | 10100 | 0 | 1000001 | 11001010 | 100111 | 11001 |
Color Harmonies of #274658
Complementary color
Monochromatic Colors of #274658
Black with #274658
Text Example
Text Example
White with #274658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274658; }
p { color: rgb(39,70,88); }
H1.HeaderClassName
{
color: #274658;
}
.AnyTagClassName
{
color: #274658;
}
</style>
background-color css
<style>
a { background-color: #274658; }
a { background-color: rgb(39,70,88); }
div.DivClassName
{
background-color: #274658;
}
.BgClassName
{
background-color: #274658;
}
</style>
border-color css
<style>
span { border-color: #274658; }
span { border-color: rgb(39,70,88); }
td.TdClassName
{
border-color: #274658;
}
.TagClassName
{
border-color: #274658;
}
</style>