Shades of Astronaut Blue #274357
Tints of Astronaut Blue #274357
RGB
CMYK
RGB Variations
Color information
#274357 (or 0x274357) is known color: Astronaut Blue. HEX triplet: 27, 43 and 57. RGB value is (39,67,87). Sum of RGB (Red+Green+Blue) = 39+67+87=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #274357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274357 is #D8BCA8. Grayscale: #3C3C3C. Windows color (decimal): -14204073 or 5718823. OLE color: 5718823.
HSL color Cylindrical-coordinate representation of color #274357: hue angle of 205º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #274357 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 39 | 67 | 87 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.66 |
| HSL | 205º | 0.38% | 0.25% | - |
| HSV(B) | 205º | 0.55% | 0.34% | - |
| XYZ | 4.56 | 5.13 | 9.77 | - |
| YUV | 60.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 67 | 87 | 0.55 | 0.23 | 0 | 0.66 | 205 | 0.38 | 0.25 |
| Hex | 27 | 43 | 57 | 37 | 17 | 0 | 42 | CD | 26 | 19 |
| Octal | 47 | 103 | 127 | 67 | 27 | 0 | 102 | 315 | 46 | 31 |
| Binary | 100111 | 1000011 | 1010111 | 110111 | 10111 | 0 | 1000010 | 11001101 | 100110 | 11001 |
Color Harmonies of #274357
Complementary color
Monochromatic Colors of #274357
Black with #274357
Text Example
Text Example
White with #274357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274357; }
p { color: rgb(39,67,87); }
H1.HeaderClassName
{
color: #274357;
}
.AnyTagClassName
{
color: #274357;
}
</style>
background-color css
<style>
a { background-color: #274357; }
a { background-color: rgb(39,67,87); }
div.DivClassName
{
background-color: #274357;
}
.BgClassName
{
background-color: #274357;
}
</style>
border-color css
<style>
span { border-color: #274357; }
span { border-color: rgb(39,67,87); }
td.TdClassName
{
border-color: #274357;
}
.TagClassName
{
border-color: #274357;
}
</style>