Shades of Astral #326E8A
Tints of Astral #326E8A
RGB
CMYK
RGB Variations
Color information
#326E8A (or 0x326E8A) is known color: Astral. HEX triplet: 32, 6E and 8A. RGB value is (50,110,138). Sum of RGB (Red+Green+Blue) = 50+110+138=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #326E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E8A is #CD9175. Grayscale: #5F5F5F. Windows color (decimal): -13472118 or 9072178. OLE color: 9072178.
HSL color Cylindrical-coordinate representation of color #326E8A: hue angle of 199.09º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326E8A is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 110 | 138 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.46 |
| HSL | 199.09º | 0.47% | 0.37% | - |
| HSV(B) | 199.09º | 0.64% | 0.54% | - |
| XYZ | 11.48 | 13.66 | 26.08 | - |
| YUV | 95.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 138 | 0.64 | 0.20 | 0 | 0.46 | 199.09 | 0.47 | 0.37 |
| Hex | 32 | 6E | 8A | 40 | 14 | 0 | 2E | C7 | 2F | 25 |
| Octal | 62 | 156 | 212 | 100 | 24 | 0 | 56 | 307 | 57 | 45 |
| Binary | 110010 | 1101110 | 10001010 | 1000000 | 10100 | 0 | 101110 | 11000111 | 101111 | 100101 |
Color Harmonies of #326E8A
Complementary color
Monochromatic Colors of #326E8A
Black with #326E8A
Text Example
Text Example
White with #326E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E8A; }
p { color: rgb(50,110,138); }
H1.HeaderClassName
{
color: #326E8A;
}
.AnyTagClassName
{
color: #326E8A;
}
</style>
background-color css
<style>
a { background-color: #326E8A; }
a { background-color: rgb(50,110,138); }
div.DivClassName
{
background-color: #326E8A;
}
.BgClassName
{
background-color: #326E8A;
}
</style>
border-color css
<style>
span { border-color: #326E8A; }
span { border-color: rgb(50,110,138); }
td.TdClassName
{
border-color: #326E8A;
}
.TagClassName
{
border-color: #326E8A;
}
</style>