Shades of Atoll #297682
Tints of Atoll #297682
RGB
CMYK
RGB Variations
Color information
#297682 (or 0x297682) is known color: Atoll. HEX triplet: 29, 76 and 82. RGB value is (41,118,130). Sum of RGB (Red+Green+Blue) = 41+118+130=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #297682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297682 is #D6897D. Grayscale: #606060. Windows color (decimal): -14059902 or 8549929. OLE color: 8549929.
HSL color Cylindrical-coordinate representation of color #297682: hue angle of 188.09º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297682 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 118 | 130 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.49 |
| HSL | 188.09º | 0.52% | 0.34% | - |
| HSV(B) | 188.09º | 0.68% | 0.51% | - |
| XYZ | 11.42 | 15.04 | 23.42 | - |
| YUV | 96.35 | 146.99 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 130 | 0.68 | 0.09 | 0 | 0.49 | 188.09 | 0.52 | 0.34 |
| Hex | 29 | 76 | 82 | 44 | 9 | 0 | 31 | BC | 34 | 22 |
| Octal | 51 | 166 | 202 | 104 | 11 | 0 | 61 | 274 | 64 | 42 |
| Binary | 101001 | 1110110 | 10000010 | 1000100 | 1001 | 0 | 110001 | 10111100 | 110100 | 100010 |
Color Harmonies of #297682
Complementary color
Monochromatic Colors of #297682
Black with #297682
Text Example
Text Example
White with #297682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297682; }
p { color: rgb(41,118,130); }
H1.HeaderClassName
{
color: #297682;
}
.AnyTagClassName
{
color: #297682;
}
</style>
background-color css
<style>
a { background-color: #297682; }
a { background-color: rgb(41,118,130); }
div.DivClassName
{
background-color: #297682;
}
.BgClassName
{
background-color: #297682;
}
</style>
border-color css
<style>
span { border-color: #297682; }
span { border-color: rgb(41,118,130); }
td.TdClassName
{
border-color: #297682;
}
.TagClassName
{
border-color: #297682;
}
</style>