Shades of Atoll #318288
Tints of Atoll #318288
RGB
CMYK
RGB Variations
Color information
#318288 (or 0x318288) is known color: Atoll. HEX triplet: 31, 82 and 88. RGB value is (49,130,136). Sum of RGB (Red+Green+Blue) = 49+130+136=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 136 - color contains mainly: blue. Hex color #318288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318288 is #CE7D77. Grayscale: #6A6A6A. Windows color (decimal): -13532536 or 8946225. OLE color: 8946225.
HSL color Cylindrical-coordinate representation of color #318288: hue angle of 184.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318288 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 130 | 136 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.47 |
| HSL | 184.14º | 0.47% | 0.36% | - |
| HSV(B) | 184.14º | 0.64% | 0.53% | - |
| XYZ | 13.69 | 18.4 | 26.12 | - |
| YUV | 106.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 136 | 0.64 | 0.04 | 0 | 0.47 | 184.14 | 0.47 | 0.36 |
| Hex | 31 | 82 | 88 | 40 | 4 | 0 | 2F | B8 | 2F | 24 |
| Octal | 61 | 202 | 210 | 100 | 4 | 0 | 57 | 270 | 57 | 44 |
| Binary | 110001 | 10000010 | 10001000 | 1000000 | 100 | 0 | 101111 | 10111000 | 101111 | 100100 |
Color Harmonies of #318288
Complementary color
Monochromatic Colors of #318288
Black with #318288
Text Example
Text Example
White with #318288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318288; }
p { color: rgb(49,130,136); }
H1.HeaderClassName
{
color: #318288;
}
.AnyTagClassName
{
color: #318288;
}
</style>
background-color css
<style>
a { background-color: #318288; }
a { background-color: rgb(49,130,136); }
div.DivClassName
{
background-color: #318288;
}
.BgClassName
{
background-color: #318288;
}
</style>
border-color css
<style>
span { border-color: #318288; }
span { border-color: rgb(49,130,136); }
td.TdClassName
{
border-color: #318288;
}
.TagClassName
{
border-color: #318288;
}
</style>