Shades of Atoll #31777B
Tints of Atoll #31777B
RGB
CMYK
RGB Variations
Color information
#31777B (or 0x31777B) is known color: Atoll. HEX triplet: 31, 77 and 7B. RGB value is (49,119,123). Sum of RGB (Red+Green+Blue) = 49+119+123=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 123 - color contains mainly: blue. Hex color #31777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31777B is #CE8884. Grayscale: #626262. Windows color (decimal): -13535365 or 8091441. OLE color: 8091441.
HSL color Cylindrical-coordinate representation of color #31777B: hue angle of 183.24º 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 #31777B is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 119 | 123 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.52 |
| HSL | 183.24º | 0.43% | 0.34% | - |
| HSV(B) | 183.24º | 0.6% | 0.48% | - |
| XYZ | 11.44 | 15.28 | 21.08 | - |
| YUV | 98.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 123 | 0.60 | 0.03 | 0 | 0.52 | 183.24 | 0.43 | 0.34 |
| Hex | 31 | 77 | 7B | 3C | 3 | 0 | 34 | B7 | 2B | 22 |
| Octal | 61 | 167 | 173 | 74 | 3 | 0 | 64 | 267 | 53 | 42 |
| Binary | 110001 | 1110111 | 1111011 | 111100 | 11 | 0 | 110100 | 10110111 | 101011 | 100010 |
Color Harmonies of #31777B
Complementary color
Monochromatic Colors of #31777B
Black with #31777B
Text Example
Text Example
White with #31777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31777B; }
p { color: rgb(49,119,123); }
H1.HeaderClassName
{
color: #31777B;
}
.AnyTagClassName
{
color: #31777B;
}
</style>
background-color css
<style>
a { background-color: #31777B; }
a { background-color: rgb(49,119,123); }
div.DivClassName
{
background-color: #31777B;
}
.BgClassName
{
background-color: #31777B;
}
</style>
border-color css
<style>
span { border-color: #31777B; }
span { border-color: rgb(49,119,123); }
td.TdClassName
{
border-color: #31777B;
}
.TagClassName
{
border-color: #31777B;
}
</style>