Shades of Atoll #2D7984
Tints of Atoll #2D7984
RGB
CMYK
RGB Variations
Color information
#2D7984 (or 0x2D7984) is known color: Atoll. HEX triplet: 2D, 79 and 84. RGB value is (45,121,132). Sum of RGB (Red+Green+Blue) = 45+121+132=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D7984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7984 is #D2867B. Grayscale: #636363. Windows color (decimal): -13796988 or 8681773. OLE color: 8681773.
HSL color Cylindrical-coordinate representation of color #2D7984: hue angle of 187.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D7984 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 121 | 132 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.48 |
| HSL | 187.59º | 0.49% | 0.35% | - |
| HSV(B) | 187.59º | 0.66% | 0.52% | - |
| XYZ | 12.08 | 15.9 | 24.26 | - |
| YUV | 99.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 132 | 0.66 | 0.08 | 0 | 0.48 | 187.59 | 0.49 | 0.35 |
| Hex | 2D | 79 | 84 | 42 | 8 | 0 | 30 | BC | 31 | 23 |
| Octal | 55 | 171 | 204 | 102 | 10 | 0 | 60 | 274 | 61 | 43 |
| Binary | 101101 | 1111001 | 10000100 | 1000010 | 1000 | 0 | 110000 | 10111100 | 110001 | 100011 |
Color Harmonies of #2D7984
Complementary color
Monochromatic Colors of #2D7984
Black with #2D7984
Text Example
Text Example
White with #2D7984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7984; }
p { color: rgb(45,121,132); }
H1.HeaderClassName
{
color: #2D7984;
}
.AnyTagClassName
{
color: #2D7984;
}
</style>
background-color css
<style>
a { background-color: #2D7984; }
a { background-color: rgb(45,121,132); }
div.DivClassName
{
background-color: #2D7984;
}
.BgClassName
{
background-color: #2D7984;
}
</style>
border-color css
<style>
span { border-color: #2D7984; }
span { border-color: rgb(45,121,132); }
td.TdClassName
{
border-color: #2D7984;
}
.TagClassName
{
border-color: #2D7984;
}
</style>