Shades of Atoll #337982
Tints of Atoll #337982
RGB
CMYK
RGB Variations
Color information
#337982 (or 0x337982) is known color: Atoll. HEX triplet: 33, 79 and 82. RGB value is (51,121,130). Sum of RGB (Red+Green+Blue) = 51+121+130=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #337982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337982 is #CC867D. Grayscale: #646464. Windows color (decimal): -13403774 or 8550707. OLE color: 8550707.
HSL color Cylindrical-coordinate representation of color #337982: hue angle of 186.84º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337982 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 121 | 130 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.49 |
| HSL | 186.84º | 0.44% | 0.35% | - |
| HSV(B) | 186.84º | 0.61% | 0.51% | - |
| XYZ | 12.23 | 15.99 | 23.56 | - |
| YUV | 101.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 130 | 0.61 | 0.07 | 0 | 0.49 | 186.84 | 0.44 | 0.35 |
| Hex | 33 | 79 | 82 | 3D | 7 | 0 | 31 | BB | 2C | 23 |
| Octal | 63 | 171 | 202 | 75 | 7 | 0 | 61 | 273 | 54 | 43 |
| Binary | 110011 | 1111001 | 10000010 | 111101 | 111 | 0 | 110001 | 10111011 | 101100 | 100011 |
Color Harmonies of #337982
Complementary color
Monochromatic Colors of #337982
Black with #337982
Text Example
Text Example
White with #337982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337982; }
p { color: rgb(51,121,130); }
H1.HeaderClassName
{
color: #337982;
}
.AnyTagClassName
{
color: #337982;
}
</style>
background-color css
<style>
a { background-color: #337982; }
a { background-color: rgb(51,121,130); }
div.DivClassName
{
background-color: #337982;
}
.BgClassName
{
background-color: #337982;
}
</style>
border-color css
<style>
span { border-color: #337982; }
span { border-color: rgb(51,121,130); }
td.TdClassName
{
border-color: #337982;
}
.TagClassName
{
border-color: #337982;
}
</style>