Shades of Atoll #328081
Tints of Atoll #328081
RGB
CMYK
RGB Variations
Color information
#328081 (or 0x328081) is known color: Atoll. HEX triplet: 32, 80 and 81. RGB value is (50,128,129). Sum of RGB (Red+Green+Blue) = 50+128+129=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #328081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328081 is #CD7F7E. Grayscale: #686868. Windows color (decimal): -13467519 or 8486962. OLE color: 8486962.
HSL color Cylindrical-coordinate representation of color #328081: hue angle of 180.76º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328081 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 128 | 129 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.49 |
| HSL | 180.76º | 0.44% | 0.35% | - |
| HSV(B) | 180.76º | 0.61% | 0.51% | - |
| XYZ | 13 | 17.7 | 23.5 | - |
| YUV | 104.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 129 | 0.61 | 0.01 | 0 | 0.49 | 180.76 | 0.44 | 0.35 |
| Hex | 32 | 80 | 81 | 3D | 1 | 0 | 31 | B5 | 2C | 23 |
| Octal | 62 | 200 | 201 | 75 | 1 | 0 | 61 | 265 | 54 | 43 |
| Binary | 110010 | 10000000 | 10000001 | 111101 | 1 | 0 | 110001 | 10110101 | 101100 | 100011 |
Color Harmonies of #328081
Complementary color
Monochromatic Colors of #328081
Black with #328081
Text Example
Text Example
White with #328081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328081; }
p { color: rgb(50,128,129); }
H1.HeaderClassName
{
color: #328081;
}
.AnyTagClassName
{
color: #328081;
}
</style>
background-color css
<style>
a { background-color: #328081; }
a { background-color: rgb(50,128,129); }
div.DivClassName
{
background-color: #328081;
}
.BgClassName
{
background-color: #328081;
}
</style>
border-color css
<style>
span { border-color: #328081; }
span { border-color: rgb(50,128,129); }
td.TdClassName
{
border-color: #328081;
}
.TagClassName
{
border-color: #328081;
}
</style>