Shades of Atoll #277F8A
Tints of Atoll #277F8A
RGB
CMYK
RGB Variations
Color information
#277F8A (or 0x277F8A) is known color: Atoll. HEX triplet: 27, 7F and 8A. RGB value is (39,127,138). Sum of RGB (Red+Green+Blue) = 39+127+138=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #277F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277F8A is #D88075. Grayscale: #656565. Windows color (decimal): -14188662 or 9076519. OLE color: 9076519.
HSL color Cylindrical-coordinate representation of color #277F8A: hue angle of 186.67º 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 #277F8A is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 127 | 138 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.46 |
| HSL | 186.67º | 0.56% | 0.35% | - |
| HSV(B) | 186.67º | 0.72% | 0.54% | - |
| XYZ | 13.01 | 17.45 | 26.73 | - |
| YUV | 101.94 | 148.35 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 138 | 0.72 | 0.08 | 0 | 0.46 | 186.67 | 0.56 | 0.35 |
| Hex | 27 | 7F | 8A | 48 | 8 | 0 | 2E | BB | 38 | 23 |
| Octal | 47 | 177 | 212 | 110 | 10 | 0 | 56 | 273 | 70 | 43 |
| Binary | 100111 | 1111111 | 10001010 | 1001000 | 1000 | 0 | 101110 | 10111011 | 111000 | 100011 |
Color Harmonies of #277F8A
Complementary color
Monochromatic Colors of #277F8A
Black with #277F8A
Text Example
Text Example
White with #277F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F8A; }
p { color: rgb(39,127,138); }
H1.HeaderClassName
{
color: #277F8A;
}
.AnyTagClassName
{
color: #277F8A;
}
</style>
background-color css
<style>
a { background-color: #277F8A; }
a { background-color: rgb(39,127,138); }
div.DivClassName
{
background-color: #277F8A;
}
.BgClassName
{
background-color: #277F8A;
}
</style>
border-color css
<style>
span { border-color: #277F8A; }
span { border-color: rgb(39,127,138); }
td.TdClassName
{
border-color: #277F8A;
}
.TagClassName
{
border-color: #277F8A;
}
</style>