Shades of Astral #327A8B
Tints of Astral #327A8B
RGB
CMYK
RGB Variations
Color information
#327A8B (or 0x327A8B) is known color: Astral. HEX triplet: 32, 7A and 8B. RGB value is (50,122,139). Sum of RGB (Red+Green+Blue) = 50+122+139=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #327A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A8B is #CD8574. Grayscale: #666666. Windows color (decimal): -13469045 or 9140786. OLE color: 9140786.
HSL color Cylindrical-coordinate representation of color #327A8B: hue angle of 191.46º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #327A8B is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 122 | 139 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.45 |
| HSL | 191.46º | 0.47% | 0.37% | - |
| HSV(B) | 191.46º | 0.64% | 0.55% | - |
| XYZ | 12.94 | 16.46 | 26.92 | - |
| YUV | 102.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 139 | 0.64 | 0.12 | 0 | 0.45 | 191.46 | 0.47 | 0.37 |
| Hex | 32 | 7A | 8B | 40 | C | 0 | 2D | BF | 2F | 25 |
| Octal | 62 | 172 | 213 | 100 | 14 | 0 | 55 | 277 | 57 | 45 |
| Binary | 110010 | 1111010 | 10001011 | 1000000 | 1100 | 0 | 101101 | 10111111 | 101111 | 100101 |
Color Harmonies of #327A8B
Complementary color
Monochromatic Colors of #327A8B
Black with #327A8B
Text Example
Text Example
White with #327A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A8B; }
p { color: rgb(50,122,139); }
H1.HeaderClassName
{
color: #327A8B;
}
.AnyTagClassName
{
color: #327A8B;
}
</style>
background-color css
<style>
a { background-color: #327A8B; }
a { background-color: rgb(50,122,139); }
div.DivClassName
{
background-color: #327A8B;
}
.BgClassName
{
background-color: #327A8B;
}
</style>
border-color css
<style>
span { border-color: #327A8B; }
span { border-color: rgb(50,122,139); }
td.TdClassName
{
border-color: #327A8B;
}
.TagClassName
{
border-color: #327A8B;
}
</style>