Shades of Scooter #298BA8
Tints of Scooter #298BA8
RGB
CMYK
RGB Variations
Color information
#298BA8 (or 0x298BA8) is known color: Scooter. HEX triplet: 29, 8B and A8. RGB value is (41,139,168). Sum of RGB (Red+Green+Blue) = 41+139+168=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 168 - color contains mainly: blue. Hex color #298BA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298BA8 is #D67457. Grayscale: #707070. Windows color (decimal): -14054488 or 11045673. OLE color: 11045673.
HSL color Cylindrical-coordinate representation of color #298BA8: hue angle of 193.7º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298BA8 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 139 | 168 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.34 |
| HSL | 193.7º | 0.61% | 0.41% | - |
| HSV(B) | 193.7º | 0.76% | 0.66% | - |
| XYZ | 17.21 | 21.76 | 40.34 | - |
| YUV | 113 | 159.03 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 168 | 0.76 | 0.17 | 0 | 0.34 | 193.7 | 0.61 | 0.41 |
| Hex | 29 | 8B | A8 | 4C | 11 | 0 | 22 | C2 | 3D | 29 |
| Octal | 51 | 213 | 250 | 114 | 21 | 0 | 42 | 302 | 75 | 51 |
| Binary | 101001 | 10001011 | 10101000 | 1001100 | 10001 | 0 | 100010 | 11000010 | 111101 | 101001 |
Color Harmonies of #298BA8
Complementary color
Monochromatic Colors of #298BA8
Black with #298BA8
Text Example
Text Example
White with #298BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BA8; }
p { color: rgb(41,139,168); }
H1.HeaderClassName
{
color: #298BA8;
}
.AnyTagClassName
{
color: #298BA8;
}
</style>
background-color css
<style>
a { background-color: #298BA8; }
a { background-color: rgb(41,139,168); }
div.DivClassName
{
background-color: #298BA8;
}
.BgClassName
{
background-color: #298BA8;
}
</style>
border-color css
<style>
span { border-color: #298BA8; }
span { border-color: rgb(41,139,168); }
td.TdClassName
{
border-color: #298BA8;
}
.TagClassName
{
border-color: #298BA8;
}
</style>