Shades of Astral #327B8D
Tints of Astral #327B8D
RGB
CMYK
RGB Variations
Color information
#327B8D (or 0x327B8D) is known color: Astral. HEX triplet: 32, 7B and 8D. RGB value is (50,123,141). Sum of RGB (Red+Green+Blue) = 50+123+141=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #327B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327B8D is #CD8472. Grayscale: #676767. Windows color (decimal): -13468787 or 9272114. OLE color: 9272114.
HSL color Cylindrical-coordinate representation of color #327B8D: hue angle of 191.87º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #327B8D is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 123 | 141 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.45 |
| HSL | 191.87º | 0.48% | 0.37% | - |
| HSV(B) | 191.87º | 0.65% | 0.55% | - |
| XYZ | 13.21 | 16.77 | 27.74 | - |
| YUV | 103.23 | 149.32 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 141 | 0.65 | 0.13 | 0 | 0.45 | 191.87 | 0.48 | 0.37 |
| Hex | 32 | 7B | 8D | 41 | D | 0 | 2D | C0 | 30 | 25 |
| Octal | 62 | 173 | 215 | 101 | 15 | 0 | 55 | 300 | 60 | 45 |
| Binary | 110010 | 1111011 | 10001101 | 1000001 | 1101 | 0 | 101101 | 11000000 | 110000 | 100101 |
Color Harmonies of #327B8D
Complementary color
Monochromatic Colors of #327B8D
Black with #327B8D
Text Example
Text Example
White with #327B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B8D; }
p { color: rgb(50,123,141); }
H1.HeaderClassName
{
color: #327B8D;
}
.AnyTagClassName
{
color: #327B8D;
}
</style>
background-color css
<style>
a { background-color: #327B8D; }
a { background-color: rgb(50,123,141); }
div.DivClassName
{
background-color: #327B8D;
}
.BgClassName
{
background-color: #327B8D;
}
</style>
border-color css
<style>
span { border-color: #327B8D; }
span { border-color: rgb(50,123,141); }
td.TdClassName
{
border-color: #327B8D;
}
.TagClassName
{
border-color: #327B8D;
}
</style>