Shades of Astronaut #364E72
Tints of Astronaut #364E72
RGB
CMYK
RGB Variations
Color information
#364E72 (or 0x364E72) is known color: Astronaut. HEX triplet: 36, 4E and 72. RGB value is (54,78,114). Sum of RGB (Red+Green+Blue) = 54+78+114=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #364E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E72 is #C9B18D. Grayscale: #4A4A4A. Windows color (decimal): -13218190 or 7491126. OLE color: 7491126.
HSL color Cylindrical-coordinate representation of color #364E72: hue angle of 216º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #364E72 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 78 | 114 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.55 |
| HSL | 216º | 0.36% | 0.33% | - |
| HSV(B) | 216º | 0.53% | 0.45% | - |
| XYZ | 7.28 | 7.45 | 16.97 | - |
| YUV | 74.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 114 | 0.53 | 0.32 | 0 | 0.55 | 216 | 0.36 | 0.33 |
| Hex | 36 | 4E | 72 | 35 | 20 | 0 | 37 | D8 | 24 | 21 |
| Octal | 66 | 116 | 162 | 65 | 40 | 0 | 67 | 330 | 44 | 41 |
| Binary | 110110 | 1001110 | 1110010 | 110101 | 100000 | 0 | 110111 | 11011000 | 100100 | 100001 |
Color Harmonies of #364E72
Complementary color
Monochromatic Colors of #364E72
Black with #364E72
Text Example
Text Example
White with #364E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364E72; }
p { color: rgb(54,78,114); }
H1.HeaderClassName
{
color: #364E72;
}
.AnyTagClassName
{
color: #364E72;
}
</style>
background-color css
<style>
a { background-color: #364E72; }
a { background-color: rgb(54,78,114); }
div.DivClassName
{
background-color: #364E72;
}
.BgClassName
{
background-color: #364E72;
}
</style>
border-color css
<style>
span { border-color: #364E72; }
span { border-color: rgb(54,78,114); }
td.TdClassName
{
border-color: #364E72;
}
.TagClassName
{
border-color: #364E72;
}
</style>