Shades of Atoll #2D7374
Tints of Atoll #2D7374
RGB
CMYK
RGB Variations
Color information
#2D7374 (or 0x2D7374) is known color: Atoll. HEX triplet: 2D, 73 and 74. RGB value is (45,115,116). Sum of RGB (Red+Green+Blue) = 45+115+116=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D7374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7374 is #D28C8B. Grayscale: #5E5E5E. Windows color (decimal): -13798540 or 7631661. OLE color: 7631661.
HSL color Cylindrical-coordinate representation of color #2D7374: hue angle of 180.85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D7374 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 116 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.55 |
| HSL | 180.85º | 0.44% | 0.32% | - |
| HSV(B) | 180.85º | 0.61% | 0.45% | - |
| XYZ | 10.37 | 14.08 | 18.69 | - |
| YUV | 94.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 116 | 0.61 | 0.01 | 0 | 0.55 | 180.85 | 0.44 | 0.32 |
| Hex | 2D | 73 | 74 | 3D | 1 | 0 | 37 | B5 | 2C | 20 |
| Octal | 55 | 163 | 164 | 75 | 1 | 0 | 67 | 265 | 54 | 40 |
| Binary | 101101 | 1110011 | 1110100 | 111101 | 1 | 0 | 110111 | 10110101 | 101100 | 100000 |
Color Harmonies of #2D7374
Complementary color
Monochromatic Colors of #2D7374
Black with #2D7374
Text Example
Text Example
White with #2D7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7374; }
p { color: rgb(45,115,116); }
H1.HeaderClassName
{
color: #2D7374;
}
.AnyTagClassName
{
color: #2D7374;
}
</style>
background-color css
<style>
a { background-color: #2D7374; }
a { background-color: rgb(45,115,116); }
div.DivClassName
{
background-color: #2D7374;
}
.BgClassName
{
background-color: #2D7374;
}
</style>
border-color css
<style>
span { border-color: #2D7374; }
span { border-color: rgb(45,115,116); }
td.TdClassName
{
border-color: #2D7374;
}
.TagClassName
{
border-color: #2D7374;
}
</style>