Shades of Atoll #327882
Tints of Atoll #327882
RGB
CMYK
RGB Variations
Color information
#327882 (or 0x327882) is known color: Atoll. HEX triplet: 32, 78 and 82. RGB value is (50,120,130). Sum of RGB (Red+Green+Blue) = 50+120+130=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #327882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327882 is #CD877D. Grayscale: #646464. Windows color (decimal): -13469566 or 8550450. OLE color: 8550450.
HSL color Cylindrical-coordinate representation of color #327882: hue angle of 187.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327882 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 120 | 130 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.49 |
| HSL | 187.5º | 0.44% | 0.35% | - |
| HSV(B) | 187.5º | 0.62% | 0.51% | - |
| XYZ | 12.06 | 15.72 | 23.52 | - |
| YUV | 100.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 130 | 0.62 | 0.08 | 0 | 0.49 | 187.5 | 0.44 | 0.35 |
| Hex | 32 | 78 | 82 | 3E | 8 | 0 | 31 | BC | 2C | 23 |
| Octal | 62 | 170 | 202 | 76 | 10 | 0 | 61 | 274 | 54 | 43 |
| Binary | 110010 | 1111000 | 10000010 | 111110 | 1000 | 0 | 110001 | 10111100 | 101100 | 100011 |
Color Harmonies of #327882
Complementary color
Monochromatic Colors of #327882
Black with #327882
Text Example
Text Example
White with #327882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327882; }
p { color: rgb(50,120,130); }
H1.HeaderClassName
{
color: #327882;
}
.AnyTagClassName
{
color: #327882;
}
</style>
background-color css
<style>
a { background-color: #327882; }
a { background-color: rgb(50,120,130); }
div.DivClassName
{
background-color: #327882;
}
.BgClassName
{
background-color: #327882;
}
</style>
border-color css
<style>
span { border-color: #327882; }
span { border-color: rgb(50,120,130); }
td.TdClassName
{
border-color: #327882;
}
.TagClassName
{
border-color: #327882;
}
</style>