Shades of Atoll #337175
Tints of Atoll #337175
RGB
CMYK
RGB Variations
Color information
#337175 (or 0x337175) is known color: Atoll. HEX triplet: 33, 71 and 75. RGB value is (51,113,117). Sum of RGB (Red+Green+Blue) = 51+113+117=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #337175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337175 is #CC8E8A. Grayscale: #5E5E5E. Windows color (decimal): -13405835 or 7696691. OLE color: 7696691.
HSL color Cylindrical-coordinate representation of color #337175: hue angle of 183.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337175 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 113 | 117 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.54 |
| HSL | 183.64º | 0.39% | 0.33% | - |
| HSV(B) | 183.64º | 0.56% | 0.46% | - |
| XYZ | 10.48 | 13.8 | 18.94 | - |
| YUV | 94.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 113 | 117 | 0.56 | 0.03 | 0 | 0.54 | 183.64 | 0.39 | 0.33 |
| Hex | 33 | 71 | 75 | 38 | 3 | 0 | 36 | B8 | 27 | 21 |
| Octal | 63 | 161 | 165 | 70 | 3 | 0 | 66 | 270 | 47 | 41 |
| Binary | 110011 | 1110001 | 1110101 | 111000 | 11 | 0 | 110110 | 10111000 | 100111 | 100001 |
Color Harmonies of #337175
Complementary color
Monochromatic Colors of #337175
Black with #337175
Text Example
Text Example
White with #337175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337175; }
p { color: rgb(51,113,117); }
H1.HeaderClassName
{
color: #337175;
}
.AnyTagClassName
{
color: #337175;
}
</style>
background-color css
<style>
a { background-color: #337175; }
a { background-color: rgb(51,113,117); }
div.DivClassName
{
background-color: #337175;
}
.BgClassName
{
background-color: #337175;
}
</style>
border-color css
<style>
span { border-color: #337175; }
span { border-color: rgb(51,113,117); }
td.TdClassName
{
border-color: #337175;
}
.TagClassName
{
border-color: #337175;
}
</style>