Shades of Atoll #27808D
Tints of Atoll #27808D
RGB
CMYK
RGB Variations
Color information
#27808D (or 0x27808D) is known color: Atoll. HEX triplet: 27, 80 and 8D. RGB value is (39,128,141). Sum of RGB (Red+Green+Blue) = 39+128+141=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #27808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27808D is #D87F72. Grayscale: #666666. Windows color (decimal): -14188403 or 9273383. OLE color: 9273383.
HSL color Cylindrical-coordinate representation of color #27808D: hue angle of 187.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27808D is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 128 | 141 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.45 |
| HSL | 187.65º | 0.57% | 0.35% | - |
| HSV(B) | 187.65º | 0.72% | 0.55% | - |
| XYZ | 13.36 | 17.79 | 27.93 | - |
| YUV | 102.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 141 | 0.72 | 0.09 | 0 | 0.45 | 187.65 | 0.57 | 0.35 |
| Hex | 27 | 80 | 8D | 48 | 9 | 0 | 2D | BC | 39 | 23 |
| Octal | 47 | 200 | 215 | 110 | 11 | 0 | 55 | 274 | 71 | 43 |
| Binary | 100111 | 10000000 | 10001101 | 1001000 | 1001 | 0 | 101101 | 10111100 | 111001 | 100011 |
Color Harmonies of #27808D
Complementary color
Monochromatic Colors of #27808D
Black with #27808D
Text Example
Text Example
White with #27808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27808D; }
p { color: rgb(39,128,141); }
H1.HeaderClassName
{
color: #27808D;
}
.AnyTagClassName
{
color: #27808D;
}
</style>
background-color css
<style>
a { background-color: #27808D; }
a { background-color: rgb(39,128,141); }
div.DivClassName
{
background-color: #27808D;
}
.BgClassName
{
background-color: #27808D;
}
</style>
border-color css
<style>
span { border-color: #27808D; }
span { border-color: rgb(39,128,141); }
td.TdClassName
{
border-color: #27808D;
}
.TagClassName
{
border-color: #27808D;
}
</style>