Shades of Astral #367383
Tints of Astral #367383
RGB
CMYK
RGB Variations
Color information
#367383 (or 0x367383) is known color: Astral. HEX triplet: 36, 73 and 83. RGB value is (54,115,131). Sum of RGB (Red+Green+Blue) = 54+115+131=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #367383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367383 is #C98C7C. Grayscale: #626262. Windows color (decimal): -13208701 or 8614710. OLE color: 8614710.
HSL color Cylindrical-coordinate representation of color #367383: hue angle of 192.47º 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 #367383 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 115 | 131 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.49 |
| HSL | 192.47º | 0.42% | 0.36% | - |
| HSV(B) | 192.47º | 0.59% | 0.51% | - |
| XYZ | 11.75 | 14.68 | 23.69 | - |
| YUV | 98.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 131 | 0.59 | 0.12 | 0 | 0.49 | 192.47 | 0.42 | 0.36 |
| Hex | 36 | 73 | 83 | 3B | C | 0 | 31 | C0 | 2A | 24 |
| Octal | 66 | 163 | 203 | 73 | 14 | 0 | 61 | 300 | 52 | 44 |
| Binary | 110110 | 1110011 | 10000011 | 111011 | 1100 | 0 | 110001 | 11000000 | 101010 | 100100 |
Color Harmonies of #367383
Complementary color
Monochromatic Colors of #367383
Black with #367383
Text Example
Text Example
White with #367383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367383; }
p { color: rgb(54,115,131); }
H1.HeaderClassName
{
color: #367383;
}
.AnyTagClassName
{
color: #367383;
}
</style>
background-color css
<style>
a { background-color: #367383; }
a { background-color: rgb(54,115,131); }
div.DivClassName
{
background-color: #367383;
}
.BgClassName
{
background-color: #367383;
}
</style>
border-color css
<style>
span { border-color: #367383; }
span { border-color: rgb(54,115,131); }
td.TdClassName
{
border-color: #367383;
}
.TagClassName
{
border-color: #367383;
}
</style>