Shades of Atoll #277882
Tints of Atoll #277882
RGB
CMYK
RGB Variations
Color information
#277882 (or 0x277882) is known color: Atoll. HEX triplet: 27, 78 and 82. RGB value is (39,120,130). Sum of RGB (Red+Green+Blue) = 39+120+130=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #277882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277882 is #D8877D. Grayscale: #606060. Windows color (decimal): -14190462 or 8550439. OLE color: 8550439.
HSL color Cylindrical-coordinate representation of color #277882: hue angle of 186.59º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277882 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 120 | 130 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.49 |
| HSL | 186.59º | 0.54% | 0.33% | - |
| HSV(B) | 186.59º | 0.7% | 0.51% | - |
| XYZ | 11.58 | 15.48 | 23.5 | - |
| YUV | 96.92 | 146.66 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 120 | 130 | 0.70 | 0.08 | 0 | 0.49 | 186.59 | 0.54 | 0.33 |
| Hex | 27 | 78 | 82 | 46 | 8 | 0 | 31 | BB | 36 | 21 |
| Octal | 47 | 170 | 202 | 106 | 10 | 0 | 61 | 273 | 66 | 41 |
| Binary | 100111 | 1111000 | 10000010 | 1000110 | 1000 | 0 | 110001 | 10111011 | 110110 | 100001 |
Color Harmonies of #277882
Complementary color
Monochromatic Colors of #277882
Black with #277882
Text Example
Text Example
White with #277882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277882; }
p { color: rgb(39,120,130); }
H1.HeaderClassName
{
color: #277882;
}
.AnyTagClassName
{
color: #277882;
}
</style>
background-color css
<style>
a { background-color: #277882; }
a { background-color: rgb(39,120,130); }
div.DivClassName
{
background-color: #277882;
}
.BgClassName
{
background-color: #277882;
}
</style>
border-color css
<style>
span { border-color: #277882; }
span { border-color: rgb(39,120,130); }
td.TdClassName
{
border-color: #277882;
}
.TagClassName
{
border-color: #277882;
}
</style>