Shades of Atoll #31808A
Tints of Atoll #31808A
RGB
CMYK
RGB Variations
Color information
#31808A (or 0x31808A) is known color: Atoll. HEX triplet: 31, 80 and 8A. RGB value is (49,128,138). Sum of RGB (Red+Green+Blue) = 49+128+138=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #31808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31808A is #CE7F75. Grayscale: #696969. Windows color (decimal): -13533046 or 9076785. OLE color: 9076785.
HSL color Cylindrical-coordinate representation of color #31808A: hue angle of 186.74º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31808A is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 128 | 138 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.46 |
| HSL | 186.74º | 0.48% | 0.37% | - |
| HSV(B) | 186.74º | 0.64% | 0.54% | - |
| XYZ | 13.57 | 17.93 | 26.79 | - |
| YUV | 105.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 138 | 0.64 | 0.07 | 0 | 0.46 | 186.74 | 0.48 | 0.37 |
| Hex | 31 | 80 | 8A | 40 | 7 | 0 | 2E | BB | 30 | 25 |
| Octal | 61 | 200 | 212 | 100 | 7 | 0 | 56 | 273 | 60 | 45 |
| Binary | 110001 | 10000000 | 10001010 | 1000000 | 111 | 0 | 101110 | 10111011 | 110000 | 100101 |
Color Harmonies of #31808A
Complementary color
Monochromatic Colors of #31808A
Black with #31808A
Text Example
Text Example
White with #31808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31808A; }
p { color: rgb(49,128,138); }
H1.HeaderClassName
{
color: #31808A;
}
.AnyTagClassName
{
color: #31808A;
}
</style>
background-color css
<style>
a { background-color: #31808A; }
a { background-color: rgb(49,128,138); }
div.DivClassName
{
background-color: #31808A;
}
.BgClassName
{
background-color: #31808A;
}
</style>
border-color css
<style>
span { border-color: #31808A; }
span { border-color: rgb(49,128,138); }
td.TdClassName
{
border-color: #31808A;
}
.TagClassName
{
border-color: #31808A;
}
</style>