Shades of Astral #326683
Tints of Astral #326683
RGB
CMYK
RGB Variations
Color information
#326683 (or 0x326683) is known color: Astral. HEX triplet: 32, 66 and 83. RGB value is (50,102,131). Sum of RGB (Red+Green+Blue) = 50+102+131=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #326683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326683 is #CD997C. Grayscale: #595959. Windows color (decimal): -13474173 or 8611378. OLE color: 8611378.
HSL color Cylindrical-coordinate representation of color #326683: hue angle of 201.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326683 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 102 | 131 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.49 |
| HSL | 201.48º | 0.45% | 0.35% | - |
| HSV(B) | 201.48º | 0.62% | 0.51% | - |
| XYZ | 10.16 | 11.82 | 23.22 | - |
| YUV | 89.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 131 | 0.62 | 0.22 | 0 | 0.49 | 201.48 | 0.45 | 0.35 |
| Hex | 32 | 66 | 83 | 3E | 16 | 0 | 31 | C9 | 2D | 23 |
| Octal | 62 | 146 | 203 | 76 | 26 | 0 | 61 | 311 | 55 | 43 |
| Binary | 110010 | 1100110 | 10000011 | 111110 | 10110 | 0 | 110001 | 11001001 | 101101 | 100011 |
Color Harmonies of #326683
Complementary color
Monochromatic Colors of #326683
Black with #326683
Text Example
Text Example
White with #326683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326683; }
p { color: rgb(50,102,131); }
H1.HeaderClassName
{
color: #326683;
}
.AnyTagClassName
{
color: #326683;
}
</style>
background-color css
<style>
a { background-color: #326683; }
a { background-color: rgb(50,102,131); }
div.DivClassName
{
background-color: #326683;
}
.BgClassName
{
background-color: #326683;
}
</style>
border-color css
<style>
span { border-color: #326683; }
span { border-color: rgb(50,102,131); }
td.TdClassName
{
border-color: #326683;
}
.TagClassName
{
border-color: #326683;
}
</style>