Shades of Atoll #337C7C
Tints of Atoll #337C7C
RGB
CMYK
RGB Variations
Color information
#337C7C (or 0x337C7C) is known color: Atoll. HEX triplet: 33, 7C and 7C. RGB value is (51,124,124). Sum of RGB (Red+Green+Blue) = 51+124+124=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #337C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337C7C is #CC8383. Grayscale: #666666. Windows color (decimal): -13403012 or 8158259. OLE color: 8158259.
HSL color Cylindrical-coordinate representation of color #337C7C: hue angle of 180º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337C7C is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 124 | 124 | - |
| CMYK | 0.59 | 0 | 0 | 0.51 |
| HSL | 180º | 0.42% | 0.34% | - |
| HSV(B) | 180º | 0.59% | 0.49% | - |
| XYZ | 12.21 | 16.57 | 21.62 | - |
| YUV | 102.17 | 140.32 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 124 | 0.59 | 0 | 0 | 0.51 | 180 | 0.42 | 0.34 |
| Hex | 33 | 7C | 7C | 3B | 0 | 0 | 33 | B4 | 2A | 22 |
| Octal | 63 | 174 | 174 | 73 | 0 | 0 | 63 | 264 | 52 | 42 |
| Binary | 110011 | 1111100 | 1111100 | 111011 | 0 | 0 | 110011 | 10110100 | 101010 | 100010 |
Color Harmonies of #337C7C
Complementary color
Monochromatic Colors of #337C7C
Black with #337C7C
Text Example
Text Example
White with #337C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337C7C; }
p { color: rgb(51,124,124); }
H1.HeaderClassName
{
color: #337C7C;
}
.AnyTagClassName
{
color: #337C7C;
}
</style>
background-color css
<style>
a { background-color: #337C7C; }
a { background-color: rgb(51,124,124); }
div.DivClassName
{
background-color: #337C7C;
}
.BgClassName
{
background-color: #337C7C;
}
</style>
border-color css
<style>
span { border-color: #337C7C; }
span { border-color: rgb(51,124,124); }
td.TdClassName
{
border-color: #337C7C;
}
.TagClassName
{
border-color: #337C7C;
}
</style>