Shades of Atoll #327F8B
Tints of Atoll #327F8B
RGB
CMYK
RGB Variations
Color information
#327F8B (or 0x327F8B) is known color: Atoll. HEX triplet: 32, 7F and 8B. RGB value is (50,127,139). Sum of RGB (Red+Green+Blue) = 50+127+139=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #327F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F8B is #CD8074. Grayscale: #696969. Windows color (decimal): -13467765 or 9142066. OLE color: 9142066.
HSL color Cylindrical-coordinate representation of color #327F8B: hue angle of 188.09º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #327F8B is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 127 | 139 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.45 |
| HSL | 188.09º | 0.47% | 0.37% | - |
| HSV(B) | 188.09º | 0.64% | 0.55% | - |
| XYZ | 13.56 | 17.72 | 27.13 | - |
| YUV | 105.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 139 | 0.64 | 0.09 | 0 | 0.45 | 188.09 | 0.47 | 0.37 |
| Hex | 32 | 7F | 8B | 40 | 9 | 0 | 2D | BC | 2F | 25 |
| Octal | 62 | 177 | 213 | 100 | 11 | 0 | 55 | 274 | 57 | 45 |
| Binary | 110010 | 1111111 | 10001011 | 1000000 | 1001 | 0 | 101101 | 10111100 | 101111 | 100101 |
Color Harmonies of #327F8B
Complementary color
Monochromatic Colors of #327F8B
Black with #327F8B
Text Example
Text Example
White with #327F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F8B; }
p { color: rgb(50,127,139); }
H1.HeaderClassName
{
color: #327F8B;
}
.AnyTagClassName
{
color: #327F8B;
}
</style>
background-color css
<style>
a { background-color: #327F8B; }
a { background-color: rgb(50,127,139); }
div.DivClassName
{
background-color: #327F8B;
}
.BgClassName
{
background-color: #327F8B;
}
</style>
border-color css
<style>
span { border-color: #327F8B; }
span { border-color: rgb(50,127,139); }
td.TdClassName
{
border-color: #327F8B;
}
.TagClassName
{
border-color: #327F8B;
}
</style>