Shades of Scooter #298D9F
Tints of Scooter #298D9F
RGB
CMYK
RGB Variations
Color information
#298D9F (or 0x298D9F) is known color: Scooter. HEX triplet: 29, 8D and 9F. RGB value is (41,141,159). Sum of RGB (Red+Green+Blue) = 41+141+159=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #298D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D9F is #D67260. Grayscale: #707070. Windows color (decimal): -14053985 or 10456361. OLE color: 10456361.
HSL color Cylindrical-coordinate representation of color #298D9F: hue angle of 189.15º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #298D9F is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 141 | 159 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.38 |
| HSL | 189.15º | 0.59% | 0.39% | - |
| HSV(B) | 189.15º | 0.74% | 0.62% | - |
| XYZ | 16.7 | 22.02 | 36.17 | - |
| YUV | 113.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 159 | 0.74 | 0.11 | 0 | 0.38 | 189.15 | 0.59 | 0.39 |
| Hex | 29 | 8D | 9F | 4A | B | 0 | 26 | BD | 3B | 27 |
| Octal | 51 | 215 | 237 | 112 | 13 | 0 | 46 | 275 | 73 | 47 |
| Binary | 101001 | 10001101 | 10011111 | 1001010 | 1011 | 0 | 100110 | 10111101 | 111011 | 100111 |
Color Harmonies of #298D9F
Complementary color
Monochromatic Colors of #298D9F
Black with #298D9F
Text Example
Text Example
White with #298D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298D9F; }
p { color: rgb(41,141,159); }
H1.HeaderClassName
{
color: #298D9F;
}
.AnyTagClassName
{
color: #298D9F;
}
</style>
background-color css
<style>
a { background-color: #298D9F; }
a { background-color: rgb(41,141,159); }
div.DivClassName
{
background-color: #298D9F;
}
.BgClassName
{
background-color: #298D9F;
}
</style>
border-color css
<style>
span { border-color: #298D9F; }
span { border-color: rgb(41,141,159); }
td.TdClassName
{
border-color: #298D9F;
}
.TagClassName
{
border-color: #298D9F;
}
</style>