Shades of Atoll #2D7274
Tints of Atoll #2D7274
RGB
CMYK
RGB Variations
Color information
#2D7274 (or 0x2D7274) is known color: Atoll. HEX triplet: 2D, 72 and 74. RGB value is (45,114,116). Sum of RGB (Red+Green+Blue) = 45+114+116=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D7274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7274 is #D28D8B. Grayscale: #5D5D5D. Windows color (decimal): -13798796 or 7631405. OLE color: 7631405.
HSL color Cylindrical-coordinate representation of color #2D7274: hue angle of 181.69º 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 #2D7274 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 114 | 116 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.55 |
| HSL | 181.69º | 0.44% | 0.32% | - |
| HSV(B) | 181.69º | 0.61% | 0.45% | - |
| XYZ | 10.25 | 13.85 | 18.66 | - |
| YUV | 93.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 114 | 116 | 0.61 | 0.02 | 0 | 0.55 | 181.69 | 0.44 | 0.32 |
| Hex | 2D | 72 | 74 | 3D | 2 | 0 | 37 | B6 | 2C | 20 |
| Octal | 55 | 162 | 164 | 75 | 2 | 0 | 67 | 266 | 54 | 40 |
| Binary | 101101 | 1110010 | 1110100 | 111101 | 10 | 0 | 110111 | 10110110 | 101100 | 100000 |
Color Harmonies of #2D7274
Complementary color
Monochromatic Colors of #2D7274
Black with #2D7274
Text Example
Text Example
White with #2D7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7274; }
p { color: rgb(45,114,116); }
H1.HeaderClassName
{
color: #2D7274;
}
.AnyTagClassName
{
color: #2D7274;
}
</style>
background-color css
<style>
a { background-color: #2D7274; }
a { background-color: rgb(45,114,116); }
div.DivClassName
{
background-color: #2D7274;
}
.BgClassName
{
background-color: #2D7274;
}
</style>
border-color css
<style>
span { border-color: #2D7274; }
span { border-color: rgb(45,114,116); }
td.TdClassName
{
border-color: #2D7274;
}
.TagClassName
{
border-color: #2D7274;
}
</style>