Shades of Atoll #27808C
Tints of Atoll #27808C
RGB
CMYK
RGB Variations
Color information
#27808C (or 0x27808C) is known color: Atoll. HEX triplet: 27, 80 and 8C. RGB value is (39,128,140). Sum of RGB (Red+Green+Blue) = 39+128+140=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #27808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27808C is #D87F73. Grayscale: #666666. Windows color (decimal): -14188404 or 9207847. OLE color: 9207847.
HSL color Cylindrical-coordinate representation of color #27808C: hue angle of 187.13º degrees, saturation: 0.56, 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 #27808C is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 128 | 140 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.45 |
| HSL | 187.13º | 0.56% | 0.35% | - |
| HSV(B) | 187.13º | 0.72% | 0.55% | - |
| XYZ | 13.29 | 17.76 | 27.54 | - |
| YUV | 102.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 140 | 0.72 | 0.09 | 0 | 0.45 | 187.13 | 0.56 | 0.35 |
| Hex | 27 | 80 | 8C | 48 | 9 | 0 | 2D | BB | 38 | 23 |
| Octal | 47 | 200 | 214 | 110 | 11 | 0 | 55 | 273 | 70 | 43 |
| Binary | 100111 | 10000000 | 10001100 | 1001000 | 1001 | 0 | 101101 | 10111011 | 111000 | 100011 |
Color Harmonies of #27808C
Complementary color
Monochromatic Colors of #27808C
Black with #27808C
Text Example
Text Example
White with #27808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27808C; }
p { color: rgb(39,128,140); }
H1.HeaderClassName
{
color: #27808C;
}
.AnyTagClassName
{
color: #27808C;
}
</style>
background-color css
<style>
a { background-color: #27808C; }
a { background-color: rgb(39,128,140); }
div.DivClassName
{
background-color: #27808C;
}
.BgClassName
{
background-color: #27808C;
}
</style>
border-color css
<style>
span { border-color: #27808C; }
span { border-color: rgb(39,128,140); }
td.TdClassName
{
border-color: #27808C;
}
.TagClassName
{
border-color: #27808C;
}
</style>