Shades of Astronaut #364C73
Tints of Astronaut #364C73
RGB
CMYK
RGB Variations
Color information
#364C73 (or 0x364C73) is known color: Astronaut. HEX triplet: 36, 4C and 73. RGB value is (54,76,115). Sum of RGB (Red+Green+Blue) = 54+76+115=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #364C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C73 is #C9B38C. Grayscale: #494949. Windows color (decimal): -13218701 or 7556150. OLE color: 7556150.
HSL color Cylindrical-coordinate representation of color #364C73: hue angle of 218.36º 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 #364C73 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 76 | 115 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.55 |
| HSL | 218.36º | 0.36% | 0.33% | - |
| HSV(B) | 218.36º | 0.53% | 0.45% | - |
| XYZ | 7.2 | 7.19 | 17.23 | - |
| YUV | 73.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 115 | 0.53 | 0.34 | 0 | 0.55 | 218.36 | 0.36 | 0.33 |
| Hex | 36 | 4C | 73 | 35 | 22 | 0 | 37 | DA | 24 | 21 |
| Octal | 66 | 114 | 163 | 65 | 42 | 0 | 67 | 332 | 44 | 41 |
| Binary | 110110 | 1001100 | 1110011 | 110101 | 100010 | 0 | 110111 | 11011010 | 100100 | 100001 |
Color Harmonies of #364C73
Complementary color
Monochromatic Colors of #364C73
Black with #364C73
Text Example
Text Example
White with #364C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C73; }
p { color: rgb(54,76,115); }
H1.HeaderClassName
{
color: #364C73;
}
.AnyTagClassName
{
color: #364C73;
}
</style>
background-color css
<style>
a { background-color: #364C73; }
a { background-color: rgb(54,76,115); }
div.DivClassName
{
background-color: #364C73;
}
.BgClassName
{
background-color: #364C73;
}
</style>
border-color css
<style>
span { border-color: #364C73; }
span { border-color: rgb(54,76,115); }
td.TdClassName
{
border-color: #364C73;
}
.TagClassName
{
border-color: #364C73;
}
</style>