Shades of Atoll #297B8A
Tints of Atoll #297B8A
RGB
CMYK
RGB Variations
Color information
#297B8A (or 0x297B8A) is known color: Atoll. HEX triplet: 29, 7B and 8A. RGB value is (41,123,138). Sum of RGB (Red+Green+Blue) = 41+123+138=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #297B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B8A is #D68475. Grayscale: #646464. Windows color (decimal): -14058614 or 9075497. OLE color: 9075497.
HSL color Cylindrical-coordinate representation of color #297B8A: hue angle of 189.28º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #297B8A is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 123 | 138 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.46 |
| HSL | 189.28º | 0.54% | 0.35% | - |
| HSV(B) | 189.28º | 0.7% | 0.54% | - |
| XYZ | 12.58 | 16.47 | 26.56 | - |
| YUV | 100.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 138 | 0.70 | 0.11 | 0 | 0.46 | 189.28 | 0.54 | 0.35 |
| Hex | 29 | 7B | 8A | 46 | B | 0 | 2E | BD | 36 | 23 |
| Octal | 51 | 173 | 212 | 106 | 13 | 0 | 56 | 275 | 66 | 43 |
| Binary | 101001 | 1111011 | 10001010 | 1000110 | 1011 | 0 | 101110 | 10111101 | 110110 | 100011 |
Color Harmonies of #297B8A
Complementary color
Monochromatic Colors of #297B8A
Black with #297B8A
Text Example
Text Example
White with #297B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B8A; }
p { color: rgb(41,123,138); }
H1.HeaderClassName
{
color: #297B8A;
}
.AnyTagClassName
{
color: #297B8A;
}
</style>
background-color css
<style>
a { background-color: #297B8A; }
a { background-color: rgb(41,123,138); }
div.DivClassName
{
background-color: #297B8A;
}
.BgClassName
{
background-color: #297B8A;
}
</style>
border-color css
<style>
span { border-color: #297B8A; }
span { border-color: rgb(41,123,138); }
td.TdClassName
{
border-color: #297B8A;
}
.TagClassName
{
border-color: #297B8A;
}
</style>