Shades of Scooter #298AA9
Tints of Scooter #298AA9
RGB
CMYK
RGB Variations
Color information
#298AA9 (or 0x298AA9) is known color: Scooter. HEX triplet: 29, 8A and A9. RGB value is (41,138,169). Sum of RGB (Red+Green+Blue) = 41+138+169=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 169 (66.41% from 255 or 48.56% from 348); Max value from RGB is 169 - color contains mainly: blue. Hex color #298AA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298AA9 is #D67556. Grayscale: #707070. Windows color (decimal): -14054743 or 11110953. OLE color: 11110953.
HSL color Cylindrical-coordinate representation of color #298AA9: hue angle of 194.53º 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 #298AA9 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 138 | 169 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.34 |
| HSL | 194.53º | 0.61% | 0.41% | - |
| HSV(B) | 194.53º | 0.76% | 0.66% | - |
| XYZ | 17.16 | 21.51 | 40.78 | - |
| YUV | 112.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 169 | 0.76 | 0.18 | 0 | 0.34 | 194.53 | 0.61 | 0.41 |
| Hex | 29 | 8A | A9 | 4C | 12 | 0 | 22 | C3 | 3D | 29 |
| Octal | 51 | 212 | 251 | 114 | 22 | 0 | 42 | 303 | 75 | 51 |
| Binary | 101001 | 10001010 | 10101001 | 1001100 | 10010 | 0 | 100010 | 11000011 | 111101 | 101001 |
Color Harmonies of #298AA9
Complementary color
Monochromatic Colors of #298AA9
Black with #298AA9
Text Example
Text Example
White with #298AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298AA9; }
p { color: rgb(41,138,169); }
H1.HeaderClassName
{
color: #298AA9;
}
.AnyTagClassName
{
color: #298AA9;
}
</style>
background-color css
<style>
a { background-color: #298AA9; }
a { background-color: rgb(41,138,169); }
div.DivClassName
{
background-color: #298AA9;
}
.BgClassName
{
background-color: #298AA9;
}
</style>
border-color css
<style>
span { border-color: #298AA9; }
span { border-color: rgb(41,138,169); }
td.TdClassName
{
border-color: #298AA9;
}
.TagClassName
{
border-color: #298AA9;
}
</style>