Shades of Atoll #327883
Tints of Atoll #327883
RGB
CMYK
RGB Variations
Color information
#327883 (or 0x327883) is known color: Atoll. HEX triplet: 32, 78 and 83. RGB value is (50,120,131). Sum of RGB (Red+Green+Blue) = 50+120+131=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #327883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327883 is #CD877C. Grayscale: #646464. Windows color (decimal): -13469565 or 8615986. OLE color: 8615986.
HSL color Cylindrical-coordinate representation of color #327883: hue angle of 188.15º 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 #327883 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 120 | 131 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.49 |
| HSL | 188.15º | 0.45% | 0.35% | - |
| HSV(B) | 188.15º | 0.62% | 0.51% | - |
| XYZ | 12.13 | 15.75 | 23.87 | - |
| YUV | 100.32 | 145.31 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 131 | 0.62 | 0.08 | 0 | 0.49 | 188.15 | 0.45 | 0.35 |
| Hex | 32 | 78 | 83 | 3E | 8 | 0 | 31 | BC | 2D | 23 |
| Octal | 62 | 170 | 203 | 76 | 10 | 0 | 61 | 274 | 55 | 43 |
| Binary | 110010 | 1111000 | 10000011 | 111110 | 1000 | 0 | 110001 | 10111100 | 101101 | 100011 |
Color Harmonies of #327883
Complementary color
Monochromatic Colors of #327883
Black with #327883
Text Example
Text Example
White with #327883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327883; }
p { color: rgb(50,120,131); }
H1.HeaderClassName
{
color: #327883;
}
.AnyTagClassName
{
color: #327883;
}
</style>
background-color css
<style>
a { background-color: #327883; }
a { background-color: rgb(50,120,131); }
div.DivClassName
{
background-color: #327883;
}
.BgClassName
{
background-color: #327883;
}
</style>
border-color css
<style>
span { border-color: #327883; }
span { border-color: rgb(50,120,131); }
td.TdClassName
{
border-color: #327883;
}
.TagClassName
{
border-color: #327883;
}
</style>