Shades of Scooter #298BA7
Tints of Scooter #298BA7
RGB
CMYK
RGB Variations
Color information
#298BA7 (or 0x298BA7) is known color: Scooter. HEX triplet: 29, 8B and A7. RGB value is (41,139,167). Sum of RGB (Red+Green+Blue) = 41+139+167=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 167 (65.62% from 255 or 48.13% from 347); Max value from RGB is 167 - color contains mainly: blue. Hex color #298BA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298BA7 is #D67458. Grayscale: #707070. Windows color (decimal): -14054489 or 10980137. OLE color: 10980137.
HSL color Cylindrical-coordinate representation of color #298BA7: hue angle of 193.33º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #298BA7 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 139 | 167 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.35 |
| HSL | 193.33º | 0.61% | 0.41% | - |
| HSV(B) | 193.33º | 0.75% | 0.65% | - |
| XYZ | 17.12 | 21.73 | 39.85 | - |
| YUV | 112.89 | 158.53 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 167 | 0.75 | 0.17 | 0 | 0.35 | 193.33 | 0.61 | 0.41 |
| Hex | 29 | 8B | A7 | 4B | 11 | 0 | 23 | C1 | 3D | 29 |
| Octal | 51 | 213 | 247 | 113 | 21 | 0 | 43 | 301 | 75 | 51 |
| Binary | 101001 | 10001011 | 10100111 | 1001011 | 10001 | 0 | 100011 | 11000001 | 111101 | 101001 |
Color Harmonies of #298BA7
Complementary color
Monochromatic Colors of #298BA7
Black with #298BA7
Text Example
Text Example
White with #298BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BA7; }
p { color: rgb(41,139,167); }
H1.HeaderClassName
{
color: #298BA7;
}
.AnyTagClassName
{
color: #298BA7;
}
</style>
background-color css
<style>
a { background-color: #298BA7; }
a { background-color: rgb(41,139,167); }
div.DivClassName
{
background-color: #298BA7;
}
.BgClassName
{
background-color: #298BA7;
}
</style>
border-color css
<style>
span { border-color: #298BA7; }
span { border-color: rgb(41,139,167); }
td.TdClassName
{
border-color: #298BA7;
}
.TagClassName
{
border-color: #298BA7;
}
</style>