Shades of Astral #327083
Tints of Astral #327083
RGB
CMYK
RGB Variations
Color information
#327083 (or 0x327083) is known color: Astral. HEX triplet: 32, 70 and 83. RGB value is (50,112,131). Sum of RGB (Red+Green+Blue) = 50+112+131=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #327083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327083 is #CD8F7C. Grayscale: #5F5F5F. Windows color (decimal): -13471613 or 8613938. OLE color: 8613938.
HSL color Cylindrical-coordinate representation of color #327083: hue angle of 194.07º 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 #327083 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 112 | 131 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.49 |
| HSL | 194.07º | 0.45% | 0.35% | - |
| HSV(B) | 194.07º | 0.62% | 0.51% | - |
| XYZ | 11.21 | 13.91 | 23.57 | - |
| YUV | 95.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 131 | 0.62 | 0.15 | 0 | 0.49 | 194.07 | 0.45 | 0.35 |
| Hex | 32 | 70 | 83 | 3E | F | 0 | 31 | C2 | 2D | 23 |
| Octal | 62 | 160 | 203 | 76 | 17 | 0 | 61 | 302 | 55 | 43 |
| Binary | 110010 | 1110000 | 10000011 | 111110 | 1111 | 0 | 110001 | 11000010 | 101101 | 100011 |
Color Harmonies of #327083
Complementary color
Monochromatic Colors of #327083
Black with #327083
Text Example
Text Example
White with #327083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327083; }
p { color: rgb(50,112,131); }
H1.HeaderClassName
{
color: #327083;
}
.AnyTagClassName
{
color: #327083;
}
</style>
background-color css
<style>
a { background-color: #327083; }
a { background-color: rgb(50,112,131); }
div.DivClassName
{
background-color: #327083;
}
.BgClassName
{
background-color: #327083;
}
</style>
border-color css
<style>
span { border-color: #327083; }
span { border-color: rgb(50,112,131); }
td.TdClassName
{
border-color: #327083;
}
.TagClassName
{
border-color: #327083;
}
</style>