Shades of Atoll #327A83
Tints of Atoll #327A83
RGB
CMYK
RGB Variations
Color information
#327A83 (or 0x327A83) is known color: Atoll. HEX triplet: 32, 7A and 83. RGB value is (50,122,131). Sum of RGB (Red+Green+Blue) = 50+122+131=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #327A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A83 is #CD857C. Grayscale: #656565. Windows color (decimal): -13469053 or 8616498. OLE color: 8616498.
HSL color Cylindrical-coordinate representation of color #327A83: hue angle of 186.67º 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 #327A83 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 122 | 131 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.49 |
| HSL | 186.67º | 0.45% | 0.35% | - |
| HSV(B) | 186.67º | 0.62% | 0.51% | - |
| XYZ | 12.37 | 16.24 | 23.95 | - |
| YUV | 101.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 131 | 0.62 | 0.07 | 0 | 0.49 | 186.67 | 0.45 | 0.35 |
| Hex | 32 | 7A | 83 | 3E | 7 | 0 | 31 | BB | 2D | 23 |
| Octal | 62 | 172 | 203 | 76 | 7 | 0 | 61 | 273 | 55 | 43 |
| Binary | 110010 | 1111010 | 10000011 | 111110 | 111 | 0 | 110001 | 10111011 | 101101 | 100011 |
Color Harmonies of #327A83
Complementary color
Monochromatic Colors of #327A83
Black with #327A83
Text Example
Text Example
White with #327A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A83; }
p { color: rgb(50,122,131); }
H1.HeaderClassName
{
color: #327A83;
}
.AnyTagClassName
{
color: #327A83;
}
</style>
background-color css
<style>
a { background-color: #327A83; }
a { background-color: rgb(50,122,131); }
div.DivClassName
{
background-color: #327A83;
}
.BgClassName
{
background-color: #327A83;
}
</style>
border-color css
<style>
span { border-color: #327A83; }
span { border-color: rgb(50,122,131); }
td.TdClassName
{
border-color: #327A83;
}
.TagClassName
{
border-color: #327A83;
}
</style>