Shades of Astral #327A8D
Tints of Astral #327A8D
RGB
CMYK
RGB Variations
Color information
#327A8D (or 0x327A8D) is known color: Astral. HEX triplet: 32, 7A and 8D. RGB value is (50,122,141). Sum of RGB (Red+Green+Blue) = 50+122+141=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #327A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A8D is #CD8572. Grayscale: #666666. Windows color (decimal): -13469043 or 9271858. OLE color: 9271858.
HSL color Cylindrical-coordinate representation of color #327A8D: hue angle of 192.53º 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 #327A8D is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 122 | 141 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.45 |
| HSL | 192.53º | 0.48% | 0.37% | - |
| HSV(B) | 192.53º | 0.65% | 0.55% | - |
| XYZ | 13.08 | 16.52 | 27.7 | - |
| YUV | 102.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 141 | 0.65 | 0.13 | 0 | 0.45 | 192.53 | 0.48 | 0.37 |
| Hex | 32 | 7A | 8D | 41 | D | 0 | 2D | C1 | 30 | 25 |
| Octal | 62 | 172 | 215 | 101 | 15 | 0 | 55 | 301 | 60 | 45 |
| Binary | 110010 | 1111010 | 10001101 | 1000001 | 1101 | 0 | 101101 | 11000001 | 110000 | 100101 |
Color Harmonies of #327A8D
Complementary color
Monochromatic Colors of #327A8D
Black with #327A8D
Text Example
Text Example
White with #327A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A8D; }
p { color: rgb(50,122,141); }
H1.HeaderClassName
{
color: #327A8D;
}
.AnyTagClassName
{
color: #327A8D;
}
</style>
background-color css
<style>
a { background-color: #327A8D; }
a { background-color: rgb(50,122,141); }
div.DivClassName
{
background-color: #327A8D;
}
.BgClassName
{
background-color: #327A8D;
}
</style>
border-color css
<style>
span { border-color: #327A8D; }
span { border-color: rgb(50,122,141); }
td.TdClassName
{
border-color: #327A8D;
}
.TagClassName
{
border-color: #327A8D;
}
</style>