Shades of Astral #327A88
Tints of Astral #327A88
RGB
CMYK
RGB Variations
Color information
#327A88 (or 0x327A88) is known color: Astral. HEX triplet: 32, 7A and 88. RGB value is (50,122,136). Sum of RGB (Red+Green+Blue) = 50+122+136=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #327A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A88 is #CD8577. Grayscale: #656565. Windows color (decimal): -13469048 or 8944178. OLE color: 8944178.
HSL color Cylindrical-coordinate representation of color #327A88: hue angle of 189.77º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327A88 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 122 | 136 | - |
| CMYK | 0.63 | 0.10 | 0 | 0.47 |
| HSL | 189.77º | 0.46% | 0.36% | - |
| HSV(B) | 189.77º | 0.63% | 0.53% | - |
| XYZ | 12.72 | 16.37 | 25.78 | - |
| YUV | 102.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 136 | 0.63 | 0.10 | 0 | 0.47 | 189.77 | 0.46 | 0.36 |
| Hex | 32 | 7A | 88 | 3F | A | 0 | 2F | BE | 2E | 24 |
| Octal | 62 | 172 | 210 | 77 | 12 | 0 | 57 | 276 | 56 | 44 |
| Binary | 110010 | 1111010 | 10001000 | 111111 | 1010 | 0 | 101111 | 10111110 | 101110 | 100100 |
Color Harmonies of #327A88
Complementary color
Monochromatic Colors of #327A88
Black with #327A88
Text Example
Text Example
White with #327A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A88; }
p { color: rgb(50,122,136); }
H1.HeaderClassName
{
color: #327A88;
}
.AnyTagClassName
{
color: #327A88;
}
</style>
background-color css
<style>
a { background-color: #327A88; }
a { background-color: rgb(50,122,136); }
div.DivClassName
{
background-color: #327A88;
}
.BgClassName
{
background-color: #327A88;
}
</style>
border-color css
<style>
span { border-color: #327A88; }
span { border-color: rgb(50,122,136); }
td.TdClassName
{
border-color: #327A88;
}
.TagClassName
{
border-color: #327A88;
}
</style>