Shades of Atoll #328285
Tints of Atoll #328285
RGB
CMYK
RGB Variations
Color information
#328285 (or 0x328285) is known color: Atoll. HEX triplet: 32, 82 and 85. RGB value is (50,130,133). Sum of RGB (Red+Green+Blue) = 50+130+133=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #328285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328285 is #CD7D7A. Grayscale: #6A6A6A. Windows color (decimal): -13467003 or 8749618. OLE color: 8749618.
HSL color Cylindrical-coordinate representation of color #328285: hue angle of 182.17º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328285 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 130 | 133 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.48 |
| HSL | 182.17º | 0.45% | 0.36% | - |
| HSV(B) | 182.17º | 0.62% | 0.52% | - |
| XYZ | 13.53 | 18.34 | 25.02 | - |
| YUV | 106.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 133 | 0.62 | 0.02 | 0 | 0.48 | 182.17 | 0.45 | 0.36 |
| Hex | 32 | 82 | 85 | 3E | 2 | 0 | 30 | B6 | 2D | 24 |
| Octal | 62 | 202 | 205 | 76 | 2 | 0 | 60 | 266 | 55 | 44 |
| Binary | 110010 | 10000010 | 10000101 | 111110 | 10 | 0 | 110000 | 10110110 | 101101 | 100100 |
Color Harmonies of #328285
Complementary color
Monochromatic Colors of #328285
Black with #328285
Text Example
Text Example
White with #328285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328285; }
p { color: rgb(50,130,133); }
H1.HeaderClassName
{
color: #328285;
}
.AnyTagClassName
{
color: #328285;
}
</style>
background-color css
<style>
a { background-color: #328285; }
a { background-color: rgb(50,130,133); }
div.DivClassName
{
background-color: #328285;
}
.BgClassName
{
background-color: #328285;
}
</style>
border-color css
<style>
span { border-color: #328285; }
span { border-color: rgb(50,130,133); }
td.TdClassName
{
border-color: #328285;
}
.TagClassName
{
border-color: #328285;
}
</style>