Shades of Atoll #327E83
Tints of Atoll #327E83
RGB
CMYK
RGB Variations
Color information
#327E83 (or 0x327E83) is known color: Atoll. HEX triplet: 32, 7E and 83. RGB value is (50,126,131). Sum of RGB (Red+Green+Blue) = 50+126+131=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #327E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E83 is #CD817C. Grayscale: #676767. Windows color (decimal): -13468029 or 8617522. OLE color: 8617522.
HSL color Cylindrical-coordinate representation of color #327E83: hue angle of 183.7º degrees, saturation: 0.45, 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 #327E83 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 126 | 131 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.49 |
| HSL | 183.7º | 0.45% | 0.35% | - |
| HSV(B) | 183.7º | 0.62% | 0.51% | - |
| XYZ | 12.87 | 17.24 | 24.12 | - |
| YUV | 103.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 131 | 0.62 | 0.04 | 0 | 0.49 | 183.7 | 0.45 | 0.35 |
| Hex | 32 | 7E | 83 | 3E | 4 | 0 | 31 | B8 | 2D | 23 |
| Octal | 62 | 176 | 203 | 76 | 4 | 0 | 61 | 270 | 55 | 43 |
| Binary | 110010 | 1111110 | 10000011 | 111110 | 100 | 0 | 110001 | 10111000 | 101101 | 100011 |
Color Harmonies of #327E83
Complementary color
Monochromatic Colors of #327E83
Black with #327E83
Text Example
Text Example
White with #327E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E83; }
p { color: rgb(50,126,131); }
H1.HeaderClassName
{
color: #327E83;
}
.AnyTagClassName
{
color: #327E83;
}
</style>
background-color css
<style>
a { background-color: #327E83; }
a { background-color: rgb(50,126,131); }
div.DivClassName
{
background-color: #327E83;
}
.BgClassName
{
background-color: #327E83;
}
</style>
border-color css
<style>
span { border-color: #327E83; }
span { border-color: rgb(50,126,131); }
td.TdClassName
{
border-color: #327E83;
}
.TagClassName
{
border-color: #327E83;
}
</style>