Shades of Atoll #2D777C
Tints of Atoll #2D777C
RGB
CMYK
RGB Variations
Color information
#2D777C (or 0x2D777C) is known color: Atoll. HEX triplet: 2D, 77 and 7C. RGB value is (45,119,124). Sum of RGB (Red+Green+Blue) = 45+119+124=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D777C is #D28883. Grayscale: #616161. Windows color (decimal): -13797508 or 8156973. OLE color: 8156973.
HSL color Cylindrical-coordinate representation of color #2D777C: hue angle of 183.8º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D777C is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 119 | 124 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.51 |
| HSL | 183.8º | 0.47% | 0.33% | - |
| HSV(B) | 183.8º | 0.64% | 0.49% | - |
| XYZ | 11.32 | 15.21 | 21.41 | - |
| YUV | 97.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 124 | 0.64 | 0.04 | 0 | 0.51 | 183.8 | 0.47 | 0.33 |
| Hex | 2D | 77 | 7C | 40 | 4 | 0 | 33 | B8 | 2F | 21 |
| Octal | 55 | 167 | 174 | 100 | 4 | 0 | 63 | 270 | 57 | 41 |
| Binary | 101101 | 1110111 | 1111100 | 1000000 | 100 | 0 | 110011 | 10111000 | 101111 | 100001 |
Color Harmonies of #2D777C
Complementary color
Monochromatic Colors of #2D777C
Black with #2D777C
Text Example
Text Example
White with #2D777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D777C; }
p { color: rgb(45,119,124); }
H1.HeaderClassName
{
color: #2D777C;
}
.AnyTagClassName
{
color: #2D777C;
}
</style>
background-color css
<style>
a { background-color: #2D777C; }
a { background-color: rgb(45,119,124); }
div.DivClassName
{
background-color: #2D777C;
}
.BgClassName
{
background-color: #2D777C;
}
</style>
border-color css
<style>
span { border-color: #2D777C; }
span { border-color: rgb(45,119,124); }
td.TdClassName
{
border-color: #2D777C;
}
.TagClassName
{
border-color: #2D777C;
}
</style>