Shades of Astral #326F7D
Tints of Astral #326F7D
RGB
CMYK
RGB Variations
Color information
#326F7D (or 0x326F7D) is known color: Astral. HEX triplet: 32, 6F and 7D. RGB value is (50,111,125). Sum of RGB (Red+Green+Blue) = 50+111+125=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #326F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F7D is #CD9082. Grayscale: #5E5E5E. Windows color (decimal): -13471875 or 8220466. OLE color: 8220466.
HSL color Cylindrical-coordinate representation of color #326F7D: hue angle of 191.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #326F7D is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 111 | 125 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.51 |
| HSL | 191.2º | 0.43% | 0.34% | - |
| HSV(B) | 191.2º | 0.6% | 0.49% | - |
| XYZ | 10.7 | 13.53 | 21.45 | - |
| YUV | 94.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 125 | 0.60 | 0.11 | 0 | 0.51 | 191.2 | 0.43 | 0.34 |
| Hex | 32 | 6F | 7D | 3C | B | 0 | 33 | BF | 2B | 22 |
| Octal | 62 | 157 | 175 | 74 | 13 | 0 | 63 | 277 | 53 | 42 |
| Binary | 110010 | 1101111 | 1111101 | 111100 | 1011 | 0 | 110011 | 10111111 | 101011 | 100010 |
Color Harmonies of #326F7D
Complementary color
Monochromatic Colors of #326F7D
Black with #326F7D
Text Example
Text Example
White with #326F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F7D; }
p { color: rgb(50,111,125); }
H1.HeaderClassName
{
color: #326F7D;
}
.AnyTagClassName
{
color: #326F7D;
}
</style>
background-color css
<style>
a { background-color: #326F7D; }
a { background-color: rgb(50,111,125); }
div.DivClassName
{
background-color: #326F7D;
}
.BgClassName
{
background-color: #326F7D;
}
</style>
border-color css
<style>
span { border-color: #326F7D; }
span { border-color: rgb(50,111,125); }
td.TdClassName
{
border-color: #326F7D;
}
.TagClassName
{
border-color: #326F7D;
}
</style>