Shades of Astral #326F8E
Tints of Astral #326F8E
RGB
CMYK
RGB Variations
Color information
#326F8E (or 0x326F8E) is known color: Astral. HEX triplet: 32, 6F and 8E. RGB value is (50,111,142). Sum of RGB (Red+Green+Blue) = 50+111+142=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #326F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F8E is #CD9071. Grayscale: #606060. Windows color (decimal): -13471858 or 9334578. OLE color: 9334578.
HSL color Cylindrical-coordinate representation of color #326F8E: hue angle of 200.22º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326F8E is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 111 | 142 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.44 |
| HSL | 200.22º | 0.48% | 0.38% | - |
| HSV(B) | 200.22º | 0.65% | 0.56% | - |
| XYZ | 11.88 | 14 | 27.67 | - |
| YUV | 96.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 142 | 0.65 | 0.22 | 0 | 0.44 | 200.22 | 0.48 | 0.38 |
| Hex | 32 | 6F | 8E | 41 | 16 | 0 | 2C | C8 | 30 | 26 |
| Octal | 62 | 157 | 216 | 101 | 26 | 0 | 54 | 310 | 60 | 46 |
| Binary | 110010 | 1101111 | 10001110 | 1000001 | 10110 | 0 | 101100 | 11001000 | 110000 | 100110 |
Color Harmonies of #326F8E
Complementary color
Monochromatic Colors of #326F8E
Black with #326F8E
Text Example
Text Example
White with #326F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F8E; }
p { color: rgb(50,111,142); }
H1.HeaderClassName
{
color: #326F8E;
}
.AnyTagClassName
{
color: #326F8E;
}
</style>
background-color css
<style>
a { background-color: #326F8E; }
a { background-color: rgb(50,111,142); }
div.DivClassName
{
background-color: #326F8E;
}
.BgClassName
{
background-color: #326F8E;
}
</style>
border-color css
<style>
span { border-color: #326F8E; }
span { border-color: rgb(50,111,142); }
td.TdClassName
{
border-color: #326F8E;
}
.TagClassName
{
border-color: #326F8E;
}
</style>