Shades of Scooter #298B99
Tints of Scooter #298B99
RGB
CMYK
RGB Variations
Color information
#298B99 (or 0x298B99) is known color: Scooter. HEX triplet: 29, 8B and 99. RGB value is (41,139,153). Sum of RGB (Red+Green+Blue) = 41+139+153=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #298B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298B99 is #D67466. Grayscale: #6F6F6F. Windows color (decimal): -14054503 or 10062633. OLE color: 10062633.
HSL color Cylindrical-coordinate representation of color #298B99: hue angle of 187.5º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #298B99 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 139 | 153 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.4 |
| HSL | 187.5º | 0.58% | 0.38% | - |
| HSV(B) | 187.5º | 0.73% | 0.6% | - |
| XYZ | 15.9 | 21.24 | 33.4 | - |
| YUV | 111.29 | 151.53 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 153 | 0.73 | 0.09 | 0 | 0.4 | 187.5 | 0.58 | 0.38 |
| Hex | 29 | 8B | 99 | 49 | 9 | 0 | 28 | BC | 3A | 26 |
| Octal | 51 | 213 | 231 | 111 | 11 | 0 | 50 | 274 | 72 | 46 |
| Binary | 101001 | 10001011 | 10011001 | 1001001 | 1001 | 0 | 101000 | 10111100 | 111010 | 100110 |
Color Harmonies of #298B99
Complementary color
Monochromatic Colors of #298B99
Black with #298B99
Text Example
Text Example
White with #298B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298B99; }
p { color: rgb(41,139,153); }
H1.HeaderClassName
{
color: #298B99;
}
.AnyTagClassName
{
color: #298B99;
}
</style>
background-color css
<style>
a { background-color: #298B99; }
a { background-color: rgb(41,139,153); }
div.DivClassName
{
background-color: #298B99;
}
.BgClassName
{
background-color: #298B99;
}
</style>
border-color css
<style>
span { border-color: #298B99; }
span { border-color: rgb(41,139,153); }
td.TdClassName
{
border-color: #298B99;
}
.TagClassName
{
border-color: #298B99;
}
</style>