Shades of Atoll #277A8B
Tints of Atoll #277A8B
RGB
CMYK
RGB Variations
Color information
#277A8B (or 0x277A8B) is known color: Atoll. HEX triplet: 27, 7A and 8B. RGB value is (39,122,139). Sum of RGB (Red+Green+Blue) = 39+122+139=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #277A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A8B is #D88574. Grayscale: #626262. Windows color (decimal): -14189941 or 9140775. OLE color: 9140775.
HSL color Cylindrical-coordinate representation of color #277A8B: hue angle of 190.2º 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 #277A8B is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 122 | 139 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.45 |
| HSL | 190.2º | 0.56% | 0.35% | - |
| HSV(B) | 190.2º | 0.72% | 0.55% | - |
| XYZ | 12.46 | 16.21 | 26.9 | - |
| YUV | 99.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 139 | 0.72 | 0.12 | 0 | 0.45 | 190.2 | 0.56 | 0.35 |
| Hex | 27 | 7A | 8B | 48 | C | 0 | 2D | BE | 38 | 23 |
| Octal | 47 | 172 | 213 | 110 | 14 | 0 | 55 | 276 | 70 | 43 |
| Binary | 100111 | 1111010 | 10001011 | 1001000 | 1100 | 0 | 101101 | 10111110 | 111000 | 100011 |
Color Harmonies of #277A8B
Complementary color
Monochromatic Colors of #277A8B
Black with #277A8B
Text Example
Text Example
White with #277A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A8B; }
p { color: rgb(39,122,139); }
H1.HeaderClassName
{
color: #277A8B;
}
.AnyTagClassName
{
color: #277A8B;
}
</style>
background-color css
<style>
a { background-color: #277A8B; }
a { background-color: rgb(39,122,139); }
div.DivClassName
{
background-color: #277A8B;
}
.BgClassName
{
background-color: #277A8B;
}
</style>
border-color css
<style>
span { border-color: #277A8B; }
span { border-color: rgb(39,122,139); }
td.TdClassName
{
border-color: #277A8B;
}
.TagClassName
{
border-color: #277A8B;
}
</style>