Shades of Atoll #31737F
Tints of Atoll #31737F
RGB
CMYK
RGB Variations
Color information
#31737F (or 0x31737F) is known color: Atoll. HEX triplet: 31, 73 and 7F. RGB value is (49,115,127). Sum of RGB (Red+Green+Blue) = 49+115+127=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #31737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31737F is #CE8C80. Grayscale: #606060. Windows color (decimal): -13536385 or 8352561. OLE color: 8352561.
HSL color Cylindrical-coordinate representation of color #31737F: hue angle of 189.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31737F is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 115 | 127 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.50 |
| HSL | 189.23º | 0.44% | 0.35% | - |
| HSV(B) | 189.23º | 0.61% | 0.5% | - |
| XYZ | 11.23 | 14.45 | 22.28 | - |
| YUV | 96.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 127 | 0.61 | 0.09 | 0 | 0.50 | 189.23 | 0.44 | 0.35 |
| Hex | 31 | 73 | 7F | 3D | 9 | 0 | 32 | BD | 2C | 23 |
| Octal | 61 | 163 | 177 | 75 | 11 | 0 | 62 | 275 | 54 | 43 |
| Binary | 110001 | 1110011 | 1111111 | 111101 | 1001 | 0 | 110010 | 10111101 | 101100 | 100011 |
Color Harmonies of #31737F
Complementary color
Monochromatic Colors of #31737F
Black with #31737F
Text Example
Text Example
White with #31737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31737F; }
p { color: rgb(49,115,127); }
H1.HeaderClassName
{
color: #31737F;
}
.AnyTagClassName
{
color: #31737F;
}
</style>
background-color css
<style>
a { background-color: #31737F; }
a { background-color: rgb(49,115,127); }
div.DivClassName
{
background-color: #31737F;
}
.BgClassName
{
background-color: #31737F;
}
</style>
border-color css
<style>
span { border-color: #31737F; }
span { border-color: rgb(49,115,127); }
td.TdClassName
{
border-color: #31737F;
}
.TagClassName
{
border-color: #31737F;
}
</style>