Shades of Atoll #277A8A
Tints of Atoll #277A8A
RGB
CMYK
RGB Variations
Color information
#277A8A (or 0x277A8A) is known color: Atoll. HEX triplet: 27, 7A and 8A. RGB value is (39,122,138). Sum of RGB (Red+Green+Blue) = 39+122+138=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #277A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A8A is #D88575. Grayscale: #626262. Windows color (decimal): -14189942 or 9075239. OLE color: 9075239.
HSL color Cylindrical-coordinate representation of color #277A8A: hue angle of 189.7º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277A8A is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 122 | 138 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.46 |
| HSL | 189.7º | 0.56% | 0.35% | - |
| HSV(B) | 189.7º | 0.72% | 0.54% | - |
| XYZ | 12.38 | 16.19 | 26.52 | - |
| YUV | 99.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 122 | 138 | 0.72 | 0.12 | 0 | 0.46 | 189.7 | 0.56 | 0.35 |
| Hex | 27 | 7A | 8A | 48 | C | 0 | 2E | BE | 38 | 23 |
| Octal | 47 | 172 | 212 | 110 | 14 | 0 | 56 | 276 | 70 | 43 |
| Binary | 100111 | 1111010 | 10001010 | 1001000 | 1100 | 0 | 101110 | 10111110 | 111000 | 100011 |
Color Harmonies of #277A8A
Complementary color
Monochromatic Colors of #277A8A
Black with #277A8A
Text Example
Text Example
White with #277A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277A8A; }
p { color: rgb(39,122,138); }
H1.HeaderClassName
{
color: #277A8A;
}
.AnyTagClassName
{
color: #277A8A;
}
</style>
background-color css
<style>
a { background-color: #277A8A; }
a { background-color: rgb(39,122,138); }
div.DivClassName
{
background-color: #277A8A;
}
.BgClassName
{
background-color: #277A8A;
}
</style>
border-color css
<style>
span { border-color: #277A8A; }
span { border-color: rgb(39,122,138); }
td.TdClassName
{
border-color: #277A8A;
}
.TagClassName
{
border-color: #277A8A;
}
</style>