Shades of Atoll #327C82
Tints of Atoll #327C82
RGB
CMYK
RGB Variations
Color information
#327C82 (or 0x327C82) is known color: Atoll. HEX triplet: 32, 7C and 82. RGB value is (50,124,130). Sum of RGB (Red+Green+Blue) = 50+124+130=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #327C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C82 is #CD837D. Grayscale: #666666. Windows color (decimal): -13468542 or 8551474. OLE color: 8551474.
HSL color Cylindrical-coordinate representation of color #327C82: hue angle of 184.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 #327C82 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 124 | 130 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.49 |
| HSL | 184.5º | 0.44% | 0.35% | - |
| HSV(B) | 184.5º | 0.62% | 0.51% | - |
| XYZ | 12.55 | 16.71 | 23.68 | - |
| YUV | 102.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 130 | 0.62 | 0.05 | 0 | 0.49 | 184.5 | 0.44 | 0.35 |
| Hex | 32 | 7C | 82 | 3E | 5 | 0 | 31 | B8 | 2C | 23 |
| Octal | 62 | 174 | 202 | 76 | 5 | 0 | 61 | 270 | 54 | 43 |
| Binary | 110010 | 1111100 | 10000010 | 111110 | 101 | 0 | 110001 | 10111000 | 101100 | 100011 |
Color Harmonies of #327C82
Complementary color
Monochromatic Colors of #327C82
Black with #327C82
Text Example
Text Example
White with #327C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C82; }
p { color: rgb(50,124,130); }
H1.HeaderClassName
{
color: #327C82;
}
.AnyTagClassName
{
color: #327C82;
}
</style>
background-color css
<style>
a { background-color: #327C82; }
a { background-color: rgb(50,124,130); }
div.DivClassName
{
background-color: #327C82;
}
.BgClassName
{
background-color: #327C82;
}
</style>
border-color css
<style>
span { border-color: #327C82; }
span { border-color: rgb(50,124,130); }
td.TdClassName
{
border-color: #327C82;
}
.TagClassName
{
border-color: #327C82;
}
</style>