Shades of Astral #326583
Tints of Astral #326583
RGB
CMYK
RGB Variations
Color information
#326583 (or 0x326583) is known color: Astral. HEX triplet: 32, 65 and 83. RGB value is (50,101,131). Sum of RGB (Red+Green+Blue) = 50+101+131=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #326583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326583 is #CD9A7C. Grayscale: #595959. Windows color (decimal): -13474429 or 8611122. OLE color: 8611122.
HSL color Cylindrical-coordinate representation of color #326583: hue angle of 202.22º 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 #326583 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 101 | 131 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.49 |
| HSL | 202.22º | 0.45% | 0.35% | - |
| HSV(B) | 202.22º | 0.62% | 0.51% | - |
| XYZ | 10.07 | 11.62 | 23.19 | - |
| YUV | 89.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 131 | 0.62 | 0.23 | 0 | 0.49 | 202.22 | 0.45 | 0.35 |
| Hex | 32 | 65 | 83 | 3E | 17 | 0 | 31 | CA | 2D | 23 |
| Octal | 62 | 145 | 203 | 76 | 27 | 0 | 61 | 312 | 55 | 43 |
| Binary | 110010 | 1100101 | 10000011 | 111110 | 10111 | 0 | 110001 | 11001010 | 101101 | 100011 |
Color Harmonies of #326583
Complementary color
Monochromatic Colors of #326583
Black with #326583
Text Example
Text Example
White with #326583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326583; }
p { color: rgb(50,101,131); }
H1.HeaderClassName
{
color: #326583;
}
.AnyTagClassName
{
color: #326583;
}
</style>
background-color css
<style>
a { background-color: #326583; }
a { background-color: rgb(50,101,131); }
div.DivClassName
{
background-color: #326583;
}
.BgClassName
{
background-color: #326583;
}
</style>
border-color css
<style>
span { border-color: #326583; }
span { border-color: rgb(50,101,131); }
td.TdClassName
{
border-color: #326583;
}
.TagClassName
{
border-color: #326583;
}
</style>