Shades of Atoll #318682
Tints of Atoll #318682
RGB
CMYK
RGB Variations
Color information
#318682 (or 0x318682) is known color: Atoll. HEX triplet: 31, 86 and 82. RGB value is (49,134,130). Sum of RGB (Red+Green+Blue) = 49+134+130=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #318682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318682 is #CE797D. Grayscale: #6C6C6C. Windows color (decimal): -13531518 or 8554033. OLE color: 8554033.
HSL color Cylindrical-coordinate representation of color #318682: hue angle of 177.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318682 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 134 | 130 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.47 |
| HSL | 177.18º | 0.46% | 0.36% | - |
| HSV(B) | 177.18º | 0.63% | 0.53% | - |
| XYZ | 13.82 | 19.31 | 24.12 | - |
| YUV | 108.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 134 | 130 | 0.63 | 0 | 0.03 | 0.47 | 177.18 | 0.46 | 0.36 |
| Hex | 31 | 86 | 82 | 3F | 0 | 3 | 2F | B1 | 2E | 24 |
| Octal | 61 | 206 | 202 | 77 | 0 | 3 | 57 | 261 | 56 | 44 |
| Binary | 110001 | 10000110 | 10000010 | 111111 | 0 | 11 | 101111 | 10110001 | 101110 | 100100 |
Color Harmonies of #318682
Complementary color
Monochromatic Colors of #318682
Black with #318682
Text Example
Text Example
White with #318682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318682; }
p { color: rgb(49,134,130); }
H1.HeaderClassName
{
color: #318682;
}
.AnyTagClassName
{
color: #318682;
}
</style>
background-color css
<style>
a { background-color: #318682; }
a { background-color: rgb(49,134,130); }
div.DivClassName
{
background-color: #318682;
}
.BgClassName
{
background-color: #318682;
}
</style>
border-color css
<style>
span { border-color: #318682; }
span { border-color: rgb(49,134,130); }
td.TdClassName
{
border-color: #318682;
}
.TagClassName
{
border-color: #318682;
}
</style>