Shades of Atoll #2F7577
Tints of Atoll #2F7577
RGB
CMYK
RGB Variations
Color information
#2F7577 (or 0x2F7577) is known color: Atoll. HEX triplet: 2F, 75 and 77. RGB value is (47,117,119). Sum of RGB (Red+Green+Blue) = 47+117+119=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F7577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7577 is #D08A88. Grayscale: #606060. Windows color (decimal): -13666953 or 7828783. OLE color: 7828783.
HSL color Cylindrical-coordinate representation of color #2F7577: hue angle of 181.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7577 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 117 | 119 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.53 |
| HSL | 181.67º | 0.43% | 0.33% | - |
| HSV(B) | 181.67º | 0.61% | 0.47% | - |
| XYZ | 10.86 | 14.66 | 19.71 | - |
| YUV | 96.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 117 | 119 | 0.61 | 0.02 | 0 | 0.53 | 181.67 | 0.43 | 0.33 |
| Hex | 2F | 75 | 77 | 3D | 2 | 0 | 35 | B6 | 2B | 21 |
| Octal | 57 | 165 | 167 | 75 | 2 | 0 | 65 | 266 | 53 | 41 |
| Binary | 101111 | 1110101 | 1110111 | 111101 | 10 | 0 | 110101 | 10110110 | 101011 | 100001 |
Color Harmonies of #2F7577
Complementary color
Monochromatic Colors of #2F7577
Black with #2F7577
Text Example
Text Example
White with #2F7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7577; }
p { color: rgb(47,117,119); }
H1.HeaderClassName
{
color: #2F7577;
}
.AnyTagClassName
{
color: #2F7577;
}
</style>
background-color css
<style>
a { background-color: #2F7577; }
a { background-color: rgb(47,117,119); }
div.DivClassName
{
background-color: #2F7577;
}
.BgClassName
{
background-color: #2F7577;
}
</style>
border-color css
<style>
span { border-color: #2F7577; }
span { border-color: rgb(47,117,119); }
td.TdClassName
{
border-color: #2F7577;
}
.TagClassName
{
border-color: #2F7577;
}
</style>