Shades of Astronaut Blue #274454
Tints of Astronaut Blue #274454
RGB
CMYK
RGB Variations
Color information
#274454 (or 0x274454) is known color: Astronaut Blue. HEX triplet: 27, 44 and 54. RGB value is (39,68,84). Sum of RGB (Red+Green+Blue) = 39+68+84=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 68 (26.95% from 255 or 35.60% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #274454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274454 is #D8BBAB. Grayscale: #3D3D3D. Windows color (decimal): -14203820 or 5522471. OLE color: 5522471.
HSL color Cylindrical-coordinate representation of color #274454: hue angle of 201.33º 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 #274454 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 39 | 68 | 84 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.67 |
| HSL | 201.33º | 0.37% | 0.24% | - |
| HSV(B) | 201.33º | 0.54% | 0.33% | - |
| XYZ | 4.5 | 5.21 | 9.15 | - |
| YUV | 61.15 | 140.89 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 68 | 84 | 0.54 | 0.19 | 0 | 0.67 | 201.33 | 0.37 | 0.24 |
| Hex | 27 | 44 | 54 | 36 | 13 | 0 | 43 | C9 | 25 | 18 |
| Octal | 47 | 104 | 124 | 66 | 23 | 0 | 103 | 311 | 45 | 30 |
| Binary | 100111 | 1000100 | 1010100 | 110110 | 10011 | 0 | 1000011 | 11001001 | 100101 | 11000 |
Color Harmonies of #274454
Complementary color
Monochromatic Colors of #274454
Black with #274454
Text Example
Text Example
White with #274454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274454; }
p { color: rgb(39,68,84); }
H1.HeaderClassName
{
color: #274454;
}
.AnyTagClassName
{
color: #274454;
}
</style>
background-color css
<style>
a { background-color: #274454; }
a { background-color: rgb(39,68,84); }
div.DivClassName
{
background-color: #274454;
}
.BgClassName
{
background-color: #274454;
}
</style>
border-color css
<style>
span { border-color: #274454; }
span { border-color: rgb(39,68,84); }
td.TdClassName
{
border-color: #274454;
}
.TagClassName
{
border-color: #274454;
}
</style>