Shades of Atoll #317B7A
Tints of Atoll #317B7A
RGB
CMYK
RGB Variations
Color information
#317B7A (or 0x317B7A) is known color: Atoll. HEX triplet: 31, 7B and 7A. RGB value is (49,123,122). Sum of RGB (Red+Green+Blue) = 49+123+122=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 123 - color contains mainly: green. Hex color #317B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317B7A is #CE8485. Grayscale: #646464. Windows color (decimal): -13534342 or 8026929. OLE color: 8026929.
HSL color Cylindrical-coordinate representation of color #317B7A: hue angle of 179.19º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317B7A is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 123 | 122 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.52 |
| HSL | 179.19º | 0.43% | 0.34% | - |
| HSV(B) | 179.19º | 0.6% | 0.48% | - |
| XYZ | 11.86 | 16.22 | 20.92 | - |
| YUV | 100.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 123 | 122 | 0.60 | 0 | 0.01 | 0.52 | 179.19 | 0.43 | 0.34 |
| Hex | 31 | 7B | 7A | 3C | 0 | 1 | 34 | B3 | 2B | 22 |
| Octal | 61 | 173 | 172 | 74 | 0 | 1 | 64 | 263 | 53 | 42 |
| Binary | 110001 | 1111011 | 1111010 | 111100 | 0 | 1 | 110100 | 10110011 | 101011 | 100010 |
Color Harmonies of #317B7A
Complementary color
Monochromatic Colors of #317B7A
Black with #317B7A
Text Example
Text Example
White with #317B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317B7A; }
p { color: rgb(49,123,122); }
H1.HeaderClassName
{
color: #317B7A;
}
.AnyTagClassName
{
color: #317B7A;
}
</style>
background-color css
<style>
a { background-color: #317B7A; }
a { background-color: rgb(49,123,122); }
div.DivClassName
{
background-color: #317B7A;
}
.BgClassName
{
background-color: #317B7A;
}
</style>
border-color css
<style>
span { border-color: #317B7A; }
span { border-color: rgb(49,123,122); }
td.TdClassName
{
border-color: #317B7A;
}
.TagClassName
{
border-color: #317B7A;
}
</style>