Shades of Atoll #317D80
Tints of Atoll #317D80
RGB
CMYK
RGB Variations
Color information
#317D80 (or 0x317D80) is known color: Atoll. HEX triplet: 31, 7D and 80. RGB value is (49,125,128). Sum of RGB (Red+Green+Blue) = 49+125+128=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #317D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317D80 is #CE827F. Grayscale: #666666. Windows color (decimal): -13533824 or 8420657. OLE color: 8420657.
HSL color Cylindrical-coordinate representation of color #317D80: hue angle of 182.28º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #317D80 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 125 | 128 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.50 |
| HSL | 182.28º | 0.45% | 0.35% | - |
| HSV(B) | 182.28º | 0.62% | 0.5% | - |
| XYZ | 12.5 | 16.88 | 23.02 | - |
| YUV | 102.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 128 | 0.62 | 0.02 | 0 | 0.50 | 182.28 | 0.45 | 0.35 |
| Hex | 31 | 7D | 80 | 3E | 2 | 0 | 32 | B6 | 2D | 23 |
| Octal | 61 | 175 | 200 | 76 | 2 | 0 | 62 | 266 | 55 | 43 |
| Binary | 110001 | 1111101 | 10000000 | 111110 | 10 | 0 | 110010 | 10110110 | 101101 | 100011 |
Color Harmonies of #317D80
Complementary color
Monochromatic Colors of #317D80
Black with #317D80
Text Example
Text Example
White with #317D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D80; }
p { color: rgb(49,125,128); }
H1.HeaderClassName
{
color: #317D80;
}
.AnyTagClassName
{
color: #317D80;
}
</style>
background-color css
<style>
a { background-color: #317D80; }
a { background-color: rgb(49,125,128); }
div.DivClassName
{
background-color: #317D80;
}
.BgClassName
{
background-color: #317D80;
}
</style>
border-color css
<style>
span { border-color: #317D80; }
span { border-color: rgb(49,125,128); }
td.TdClassName
{
border-color: #317D80;
}
.TagClassName
{
border-color: #317D80;
}
</style>