Shades of Atoll #327B7C
Tints of Atoll #327B7C
RGB
CMYK
RGB Variations
Color information
#327B7C (or 0x327B7C) is known color: Atoll. HEX triplet: 32, 7B and 7C. RGB value is (50,123,124). Sum of RGB (Red+Green+Blue) = 50+123+124=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #327B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B7C is #CD8483. Grayscale: #656565. Windows color (decimal): -13468804 or 8158002. OLE color: 8158002.
HSL color Cylindrical-coordinate representation of color #327B7C: hue angle of 180.81º 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 #327B7C is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 123 | 124 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.51 |
| HSL | 180.81º | 0.43% | 0.34% | - |
| HSV(B) | 180.81º | 0.6% | 0.49% | - |
| XYZ | 12.04 | 16.3 | 21.58 | - |
| YUV | 101.29 | 140.82 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 124 | 0.60 | 0.01 | 0 | 0.51 | 180.81 | 0.43 | 0.34 |
| Hex | 32 | 7B | 7C | 3C | 1 | 0 | 33 | B5 | 2B | 22 |
| Octal | 62 | 173 | 174 | 74 | 1 | 0 | 63 | 265 | 53 | 42 |
| Binary | 110010 | 1111011 | 1111100 | 111100 | 1 | 0 | 110011 | 10110101 | 101011 | 100010 |
Color Harmonies of #327B7C
Complementary color
Monochromatic Colors of #327B7C
Black with #327B7C
Text Example
Text Example
White with #327B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B7C; }
p { color: rgb(50,123,124); }
H1.HeaderClassName
{
color: #327B7C;
}
.AnyTagClassName
{
color: #327B7C;
}
</style>
background-color css
<style>
a { background-color: #327B7C; }
a { background-color: rgb(50,123,124); }
div.DivClassName
{
background-color: #327B7C;
}
.BgClassName
{
background-color: #327B7C;
}
</style>
border-color css
<style>
span { border-color: #327B7C; }
span { border-color: rgb(50,123,124); }
td.TdClassName
{
border-color: #327B7C;
}
.TagClassName
{
border-color: #327B7C;
}
</style>