Shades of Atoll #278588
Tints of Atoll #278588
RGB
CMYK
RGB Variations
Color information
#278588 (or 0x278588) is known color: Atoll. HEX triplet: 27, 85 and 88. RGB value is (39,133,136). Sum of RGB (Red+Green+Blue) = 39+133+136=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #278588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278588 is #D87A77. Grayscale: #696969. Windows color (decimal): -14187128 or 8946983. OLE color: 8946983.
HSL color Cylindrical-coordinate representation of color #278588: hue angle of 181.86º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278588 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 39 | 133 | 136 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.47 |
| HSL | 181.86º | 0.55% | 0.34% | - |
| HSV(B) | 181.86º | 0.71% | 0.53% | - |
| XYZ | 13.67 | 18.98 | 26.24 | - |
| YUV | 105.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 136 | 0.71 | 0.02 | 0 | 0.47 | 181.86 | 0.55 | 0.34 |
| Hex | 27 | 85 | 88 | 47 | 2 | 0 | 2F | B6 | 37 | 22 |
| Octal | 47 | 205 | 210 | 107 | 2 | 0 | 57 | 266 | 67 | 42 |
| Binary | 100111 | 10000101 | 10001000 | 1000111 | 10 | 0 | 101111 | 10110110 | 110111 | 100010 |
Color Harmonies of #278588
Complementary color
Monochromatic Colors of #278588
Black with #278588
Text Example
Text Example
White with #278588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278588; }
p { color: rgb(39,133,136); }
H1.HeaderClassName
{
color: #278588;
}
.AnyTagClassName
{
color: #278588;
}
</style>
background-color css
<style>
a { background-color: #278588; }
a { background-color: rgb(39,133,136); }
div.DivClassName
{
background-color: #278588;
}
.BgClassName
{
background-color: #278588;
}
</style>
border-color css
<style>
span { border-color: #278588; }
span { border-color: rgb(39,133,136); }
td.TdClassName
{
border-color: #278588;
}
.TagClassName
{
border-color: #278588;
}
</style>