Shades of Astral #327093
Tints of Astral #327093
RGB
CMYK
RGB Variations
Color information
#327093 (or 0x327093) is known color: Astral. HEX triplet: 32, 70 and 93. RGB value is (50,112,147). Sum of RGB (Red+Green+Blue) = 50+112+147=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #327093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327093 is #CD8F6C. Grayscale: #616161. Windows color (decimal): -13471597 or 9662514. OLE color: 9662514.
HSL color Cylindrical-coordinate representation of color #327093: hue angle of 201.65º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327093 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 112 | 147 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.42 |
| HSL | 201.65º | 0.49% | 0.39% | - |
| HSV(B) | 201.65º | 0.66% | 0.58% | - |
| XYZ | 12.38 | 14.37 | 29.73 | - |
| YUV | 97.45 | 155.96 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 147 | 0.66 | 0.24 | 0 | 0.42 | 201.65 | 0.49 | 0.39 |
| Hex | 32 | 70 | 93 | 42 | 18 | 0 | 2A | CA | 31 | 27 |
| Octal | 62 | 160 | 223 | 102 | 30 | 0 | 52 | 312 | 61 | 47 |
| Binary | 110010 | 1110000 | 10010011 | 1000010 | 11000 | 0 | 101010 | 11001010 | 110001 | 100111 |
Color Harmonies of #327093
Complementary color
Monochromatic Colors of #327093
Black with #327093
Text Example
Text Example
White with #327093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327093; }
p { color: rgb(50,112,147); }
H1.HeaderClassName
{
color: #327093;
}
.AnyTagClassName
{
color: #327093;
}
</style>
background-color css
<style>
a { background-color: #327093; }
a { background-color: rgb(50,112,147); }
div.DivClassName
{
background-color: #327093;
}
.BgClassName
{
background-color: #327093;
}
</style>
border-color css
<style>
span { border-color: #327093; }
span { border-color: rgb(50,112,147); }
td.TdClassName
{
border-color: #327093;
}
.TagClassName
{
border-color: #327093;
}
</style>