Shades of Atoll #277682
Tints of Atoll #277682
RGB
CMYK
RGB Variations
Color information
#277682 (or 0x277682) is known color: Atoll. HEX triplet: 27, 76 and 82. RGB value is (39,118,130). Sum of RGB (Red+Green+Blue) = 39+118+130=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #277682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277682 is #D8897D. Grayscale: #5F5F5F. Windows color (decimal): -14190974 or 8549927. OLE color: 8549927.
HSL color Cylindrical-coordinate representation of color #277682: hue angle of 187.91º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277682 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 39 | 118 | 130 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.49 |
| HSL | 187.91º | 0.54% | 0.33% | - |
| HSV(B) | 187.91º | 0.7% | 0.51% | - |
| XYZ | 11.34 | 15 | 23.42 | - |
| YUV | 95.75 | 147.33 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 130 | 0.70 | 0.09 | 0 | 0.49 | 187.91 | 0.54 | 0.33 |
| Hex | 27 | 76 | 82 | 46 | 9 | 0 | 31 | BC | 36 | 21 |
| Octal | 47 | 166 | 202 | 106 | 11 | 0 | 61 | 274 | 66 | 41 |
| Binary | 100111 | 1110110 | 10000010 | 1000110 | 1001 | 0 | 110001 | 10111100 | 110110 | 100001 |
Color Harmonies of #277682
Complementary color
Monochromatic Colors of #277682
Black with #277682
Text Example
Text Example
White with #277682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277682; }
p { color: rgb(39,118,130); }
H1.HeaderClassName
{
color: #277682;
}
.AnyTagClassName
{
color: #277682;
}
</style>
background-color css
<style>
a { background-color: #277682; }
a { background-color: rgb(39,118,130); }
div.DivClassName
{
background-color: #277682;
}
.BgClassName
{
background-color: #277682;
}
</style>
border-color css
<style>
span { border-color: #277682; }
span { border-color: rgb(39,118,130); }
td.TdClassName
{
border-color: #277682;
}
.TagClassName
{
border-color: #277682;
}
</style>