Shades of Astronaut #364C72
Tints of Astronaut #364C72
RGB
CMYK
RGB Variations
Color information
#364C72 (or 0x364C72) is known color: Astronaut. HEX triplet: 36, 4C and 72. RGB value is (54,76,114). Sum of RGB (Red+Green+Blue) = 54+76+114=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #364C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C72 is #C9B38D. Grayscale: #494949. Windows color (decimal): -13218702 or 7490614. OLE color: 7490614.
HSL color Cylindrical-coordinate representation of color #364C72: hue angle of 218º 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 #364C72 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 76 | 114 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.55 |
| HSL | 218º | 0.36% | 0.33% | - |
| HSV(B) | 218º | 0.53% | 0.45% | - |
| XYZ | 7.14 | 7.17 | 16.93 | - |
| YUV | 73.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 76 | 114 | 0.53 | 0.33 | 0 | 0.55 | 218 | 0.36 | 0.33 |
| Hex | 36 | 4C | 72 | 35 | 21 | 0 | 37 | DA | 24 | 21 |
| Octal | 66 | 114 | 162 | 65 | 41 | 0 | 67 | 332 | 44 | 41 |
| Binary | 110110 | 1001100 | 1110010 | 110101 | 100001 | 0 | 110111 | 11011010 | 100100 | 100001 |
Color Harmonies of #364C72
Complementary color
Monochromatic Colors of #364C72
Black with #364C72
Text Example
Text Example
White with #364C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364C72; }
p { color: rgb(54,76,114); }
H1.HeaderClassName
{
color: #364C72;
}
.AnyTagClassName
{
color: #364C72;
}
</style>
background-color css
<style>
a { background-color: #364C72; }
a { background-color: rgb(54,76,114); }
div.DivClassName
{
background-color: #364C72;
}
.BgClassName
{
background-color: #364C72;
}
</style>
border-color css
<style>
span { border-color: #364C72; }
span { border-color: rgb(54,76,114); }
td.TdClassName
{
border-color: #364C72;
}
.TagClassName
{
border-color: #364C72;
}
</style>