Shades of Scooter #298AA8
Tints of Scooter #298AA8
RGB
CMYK
RGB Variations
Color information
#298AA8 (or 0x298AA8) is known color: Scooter. HEX triplet: 29, 8A and A8. RGB value is (41,138,168). Sum of RGB (Red+Green+Blue) = 41+138+168=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #298AA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298AA8 is #D67557. Grayscale: #707070. Windows color (decimal): -14054744 or 11045417. OLE color: 11045417.
HSL color Cylindrical-coordinate representation of color #298AA8: hue angle of 194.17º 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 #298AA8 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 138 | 168 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.34 |
| HSL | 194.17º | 0.61% | 0.41% | - |
| HSV(B) | 194.17º | 0.76% | 0.66% | - |
| XYZ | 17.07 | 21.48 | 40.29 | - |
| YUV | 112.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 168 | 0.76 | 0.18 | 0 | 0.34 | 194.17 | 0.61 | 0.41 |
| Hex | 29 | 8A | A8 | 4C | 12 | 0 | 22 | C2 | 3D | 29 |
| Octal | 51 | 212 | 250 | 114 | 22 | 0 | 42 | 302 | 75 | 51 |
| Binary | 101001 | 10001010 | 10101000 | 1001100 | 10010 | 0 | 100010 | 11000010 | 111101 | 101001 |
Color Harmonies of #298AA8
Complementary color
Monochromatic Colors of #298AA8
Black with #298AA8
Text Example
Text Example
White with #298AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298AA8; }
p { color: rgb(41,138,168); }
H1.HeaderClassName
{
color: #298AA8;
}
.AnyTagClassName
{
color: #298AA8;
}
</style>
background-color css
<style>
a { background-color: #298AA8; }
a { background-color: rgb(41,138,168); }
div.DivClassName
{
background-color: #298AA8;
}
.BgClassName
{
background-color: #298AA8;
}
</style>
border-color css
<style>
span { border-color: #298AA8; }
span { border-color: rgb(41,138,168); }
td.TdClassName
{
border-color: #298AA8;
}
.TagClassName
{
border-color: #298AA8;
}
</style>