Shades of Atoll #2D7884
Tints of Atoll #2D7884
RGB
CMYK
RGB Variations
Color information
#2D7884 (or 0x2D7884) is known color: Atoll. HEX triplet: 2D, 78 and 84. RGB value is (45,120,132). Sum of RGB (Red+Green+Blue) = 45+120+132=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D7884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D7884 is #D2877B. Grayscale: #626262. Windows color (decimal): -13797244 or 8681517. OLE color: 8681517.
HSL color Cylindrical-coordinate representation of color #2D7884: hue angle of 188.28º 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 #2D7884 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 120 | 132 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.48 |
| HSL | 188.28º | 0.49% | 0.35% | - |
| HSV(B) | 188.28º | 0.66% | 0.52% | - |
| XYZ | 11.96 | 15.66 | 24.22 | - |
| YUV | 98.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 132 | 0.66 | 0.09 | 0 | 0.48 | 188.28 | 0.49 | 0.35 |
| Hex | 2D | 78 | 84 | 42 | 9 | 0 | 30 | BC | 31 | 23 |
| Octal | 55 | 170 | 204 | 102 | 11 | 0 | 60 | 274 | 61 | 43 |
| Binary | 101101 | 1111000 | 10000100 | 1000010 | 1001 | 0 | 110000 | 10111100 | 110001 | 100011 |
Color Harmonies of #2D7884
Complementary color
Monochromatic Colors of #2D7884
Black with #2D7884
Text Example
Text Example
White with #2D7884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7884; }
p { color: rgb(45,120,132); }
H1.HeaderClassName
{
color: #2D7884;
}
.AnyTagClassName
{
color: #2D7884;
}
</style>
background-color css
<style>
a { background-color: #2D7884; }
a { background-color: rgb(45,120,132); }
div.DivClassName
{
background-color: #2D7884;
}
.BgClassName
{
background-color: #2D7884;
}
</style>
border-color css
<style>
span { border-color: #2D7884; }
span { border-color: rgb(45,120,132); }
td.TdClassName
{
border-color: #2D7884;
}
.TagClassName
{
border-color: #2D7884;
}
</style>