Shades of Atoll #337C86
Tints of Atoll #337C86
RGB
CMYK
RGB Variations
Color information
#337C86 (or 0x337C86) is known color: Atoll. HEX triplet: 33, 7C and 86. RGB value is (51,124,134). Sum of RGB (Red+Green+Blue) = 51+124+134=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: blue. Hex color #337C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C86 is #CC8379. Grayscale: #676767. Windows color (decimal): -13403002 or 8813619. OLE color: 8813619.
HSL color Cylindrical-coordinate representation of color #337C86: hue angle of 187.23º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #337C86 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 124 | 134 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.47 |
| HSL | 187.23º | 0.45% | 0.36% | - |
| HSV(B) | 187.23º | 0.62% | 0.53% | - |
| XYZ | 12.88 | 16.84 | 25.13 | - |
| YUV | 103.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 134 | 0.62 | 0.07 | 0 | 0.47 | 187.23 | 0.45 | 0.36 |
| Hex | 33 | 7C | 86 | 3E | 7 | 0 | 2F | BB | 2D | 24 |
| Octal | 63 | 174 | 206 | 76 | 7 | 0 | 57 | 273 | 55 | 44 |
| Binary | 110011 | 1111100 | 10000110 | 111110 | 111 | 0 | 101111 | 10111011 | 101101 | 100100 |
Color Harmonies of #337C86
Complementary color
Monochromatic Colors of #337C86
Black with #337C86
Text Example
Text Example
White with #337C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337C86; }
p { color: rgb(51,124,134); }
H1.HeaderClassName
{
color: #337C86;
}
.AnyTagClassName
{
color: #337C86;
}
</style>
background-color css
<style>
a { background-color: #337C86; }
a { background-color: rgb(51,124,134); }
div.DivClassName
{
background-color: #337C86;
}
.BgClassName
{
background-color: #337C86;
}
</style>
border-color css
<style>
span { border-color: #337C86; }
span { border-color: rgb(51,124,134); }
td.TdClassName
{
border-color: #337C86;
}
.TagClassName
{
border-color: #337C86;
}
</style>