Shades of Astral #327282
Tints of Astral #327282
RGB
CMYK
RGB Variations
Color information
#327282 (or 0x327282) is known color: Astral. HEX triplet: 32, 72 and 82. RGB value is (50,114,130). Sum of RGB (Red+Green+Blue) = 50+114+130=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #327282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327282 is #CD8D7D. Grayscale: #606060. Windows color (decimal): -13471102 or 8548914. OLE color: 8548914.
HSL color Cylindrical-coordinate representation of color #327282: hue angle of 192º degrees, saturation: 0.44, 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 #327282 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 114 | 130 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.49 |
| HSL | 192º | 0.44% | 0.35% | - |
| HSV(B) | 192º | 0.62% | 0.51% | - |
| XYZ | 11.36 | 14.32 | 23.29 | - |
| YUV | 96.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 130 | 0.62 | 0.12 | 0 | 0.49 | 192 | 0.44 | 0.35 |
| Hex | 32 | 72 | 82 | 3E | C | 0 | 31 | C0 | 2C | 23 |
| Octal | 62 | 162 | 202 | 76 | 14 | 0 | 61 | 300 | 54 | 43 |
| Binary | 110010 | 1110010 | 10000010 | 111110 | 1100 | 0 | 110001 | 11000000 | 101100 | 100011 |
Color Harmonies of #327282
Complementary color
Monochromatic Colors of #327282
Black with #327282
Text Example
Text Example
White with #327282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327282; }
p { color: rgb(50,114,130); }
H1.HeaderClassName
{
color: #327282;
}
.AnyTagClassName
{
color: #327282;
}
</style>
background-color css
<style>
a { background-color: #327282; }
a { background-color: rgb(50,114,130); }
div.DivClassName
{
background-color: #327282;
}
.BgClassName
{
background-color: #327282;
}
</style>
border-color css
<style>
span { border-color: #327282; }
span { border-color: rgb(50,114,130); }
td.TdClassName
{
border-color: #327282;
}
.TagClassName
{
border-color: #327282;
}
</style>