Shades of Atoll #317C80
Tints of Atoll #317C80
RGB
CMYK
RGB Variations
Color information
#317C80 (or 0x317C80) is known color: Atoll. HEX triplet: 31, 7C and 80. RGB value is (49,124,128). Sum of RGB (Red+Green+Blue) = 49+124+128=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 128 - color contains mainly: blue. Hex color #317C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C80 is #CE837F. Grayscale: #656565. Windows color (decimal): -13534080 or 8420401. OLE color: 8420401.
HSL color Cylindrical-coordinate representation of color #317C80: hue angle of 183.04º 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 #317C80 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 124 | 128 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.50 |
| HSL | 183.04º | 0.45% | 0.35% | - |
| HSV(B) | 183.04º | 0.62% | 0.5% | - |
| XYZ | 12.37 | 16.63 | 22.98 | - |
| YUV | 102.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 128 | 0.62 | 0.03 | 0 | 0.50 | 183.04 | 0.45 | 0.35 |
| Hex | 31 | 7C | 80 | 3E | 3 | 0 | 32 | B7 | 2D | 23 |
| Octal | 61 | 174 | 200 | 76 | 3 | 0 | 62 | 267 | 55 | 43 |
| Binary | 110001 | 1111100 | 10000000 | 111110 | 11 | 0 | 110010 | 10110111 | 101101 | 100011 |
Color Harmonies of #317C80
Complementary color
Monochromatic Colors of #317C80
Black with #317C80
Text Example
Text Example
White with #317C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317C80; }
p { color: rgb(49,124,128); }
H1.HeaderClassName
{
color: #317C80;
}
.AnyTagClassName
{
color: #317C80;
}
</style>
background-color css
<style>
a { background-color: #317C80; }
a { background-color: rgb(49,124,128); }
div.DivClassName
{
background-color: #317C80;
}
.BgClassName
{
background-color: #317C80;
}
</style>
border-color css
<style>
span { border-color: #317C80; }
span { border-color: rgb(49,124,128); }
td.TdClassName
{
border-color: #317C80;
}
.TagClassName
{
border-color: #317C80;
}
</style>