Shades of Atoll #2D7F83
Tints of Atoll #2D7F83
RGB
CMYK
RGB Variations
Color information
#2D7F83 (or 0x2D7F83) is known color: Atoll. HEX triplet: 2D, 7F and 83. RGB value is (45,127,131). Sum of RGB (Red+Green+Blue) = 45+127+131=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D7F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7F83 is #D2807C. Grayscale: #666666. Windows color (decimal): -13795453 or 8617773. OLE color: 8617773.
HSL color Cylindrical-coordinate representation of color #2D7F83: hue angle of 182.79º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D7F83 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 127 | 131 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.49 |
| HSL | 182.79º | 0.49% | 0.35% | - |
| HSV(B) | 182.79º | 0.66% | 0.51% | - |
| XYZ | 12.77 | 17.38 | 24.15 | - |
| YUV | 102.94 | 143.83 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 127 | 131 | 0.66 | 0.03 | 0 | 0.49 | 182.79 | 0.49 | 0.35 |
| Hex | 2D | 7F | 83 | 42 | 3 | 0 | 31 | B7 | 31 | 23 |
| Octal | 55 | 177 | 203 | 102 | 3 | 0 | 61 | 267 | 61 | 43 |
| Binary | 101101 | 1111111 | 10000011 | 1000010 | 11 | 0 | 110001 | 10110111 | 110001 | 100011 |
Color Harmonies of #2D7F83
Complementary color
Monochromatic Colors of #2D7F83
Black with #2D7F83
Text Example
Text Example
White with #2D7F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7F83; }
p { color: rgb(45,127,131); }
H1.HeaderClassName
{
color: #2D7F83;
}
.AnyTagClassName
{
color: #2D7F83;
}
</style>
background-color css
<style>
a { background-color: #2D7F83; }
a { background-color: rgb(45,127,131); }
div.DivClassName
{
background-color: #2D7F83;
}
.BgClassName
{
background-color: #2D7F83;
}
</style>
border-color css
<style>
span { border-color: #2D7F83; }
span { border-color: rgb(45,127,131); }
td.TdClassName
{
border-color: #2D7F83;
}
.TagClassName
{
border-color: #2D7F83;
}
</style>