Shades of Astral #367183
Tints of Astral #367183
RGB
CMYK
RGB Variations
Color information
#367183 (or 0x367183) is known color: Astral. HEX triplet: 36, 71 and 83. RGB value is (54,113,131). Sum of RGB (Red+Green+Blue) = 54+113+131=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #367183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367183 is #C98E7C. Grayscale: #616161. Windows color (decimal): -13209213 or 8614198. OLE color: 8614198.
HSL color Cylindrical-coordinate representation of color #367183: hue angle of 194.03º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367183 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 113 | 131 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.49 |
| HSL | 194.03º | 0.42% | 0.36% | - |
| HSV(B) | 194.03º | 0.59% | 0.51% | - |
| XYZ | 11.52 | 14.23 | 23.61 | - |
| YUV | 97.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 131 | 0.59 | 0.14 | 0 | 0.49 | 194.03 | 0.42 | 0.36 |
| Hex | 36 | 71 | 83 | 3B | E | 0 | 31 | C2 | 2A | 24 |
| Octal | 66 | 161 | 203 | 73 | 16 | 0 | 61 | 302 | 52 | 44 |
| Binary | 110110 | 1110001 | 10000011 | 111011 | 1110 | 0 | 110001 | 11000010 | 101010 | 100100 |
Color Harmonies of #367183
Complementary color
Monochromatic Colors of #367183
Black with #367183
Text Example
Text Example
White with #367183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367183; }
p { color: rgb(54,113,131); }
H1.HeaderClassName
{
color: #367183;
}
.AnyTagClassName
{
color: #367183;
}
</style>
background-color css
<style>
a { background-color: #367183; }
a { background-color: rgb(54,113,131); }
div.DivClassName
{
background-color: #367183;
}
.BgClassName
{
background-color: #367183;
}
</style>
border-color css
<style>
span { border-color: #367183; }
span { border-color: rgb(54,113,131); }
td.TdClassName
{
border-color: #367183;
}
.TagClassName
{
border-color: #367183;
}
</style>