Shades of Astral #326B7B
Tints of Astral #326B7B
RGB
CMYK
RGB Variations
Color information
#326B7B (or 0x326B7B) is known color: Astral. HEX triplet: 32, 6B and 7B. RGB value is (50,107,123). Sum of RGB (Red+Green+Blue) = 50+107+123=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #326B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B7B is #CD9484. Grayscale: #5B5B5B. Windows color (decimal): -13472901 or 8088370. OLE color: 8088370.
HSL color Cylindrical-coordinate representation of color #326B7B: hue angle of 193.15º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326B7B is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 107 | 123 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.52 |
| HSL | 193.15º | 0.42% | 0.34% | - |
| HSV(B) | 193.15º | 0.59% | 0.48% | - |
| XYZ | 10.15 | 12.62 | 20.64 | - |
| YUV | 91.78 | 145.62 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 123 | 0.59 | 0.13 | 0 | 0.52 | 193.15 | 0.42 | 0.34 |
| Hex | 32 | 6B | 7B | 3B | D | 0 | 34 | C1 | 2A | 22 |
| Octal | 62 | 153 | 173 | 73 | 15 | 0 | 64 | 301 | 52 | 42 |
| Binary | 110010 | 1101011 | 1111011 | 111011 | 1101 | 0 | 110100 | 11000001 | 101010 | 100010 |
Color Harmonies of #326B7B
Complementary color
Monochromatic Colors of #326B7B
Black with #326B7B
Text Example
Text Example
White with #326B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B7B; }
p { color: rgb(50,107,123); }
H1.HeaderClassName
{
color: #326B7B;
}
.AnyTagClassName
{
color: #326B7B;
}
</style>
background-color css
<style>
a { background-color: #326B7B; }
a { background-color: rgb(50,107,123); }
div.DivClassName
{
background-color: #326B7B;
}
.BgClassName
{
background-color: #326B7B;
}
</style>
border-color css
<style>
span { border-color: #326B7B; }
span { border-color: rgb(50,107,123); }
td.TdClassName
{
border-color: #326B7B;
}
.TagClassName
{
border-color: #326B7B;
}
</style>