Shades of Scooter #298092
Tints of Scooter #298092
RGB
CMYK
RGB Variations
Color information
#298092 (or 0x298092) is known color: Scooter. HEX triplet: 29, 80 and 92. RGB value is (41,128,146). Sum of RGB (Red+Green+Blue) = 41+128+146=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #298092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298092 is #D67F6D. Grayscale: #676767. Windows color (decimal): -14057326 or 9601065. OLE color: 9601065.
HSL color Cylindrical-coordinate representation of color #298092: hue angle of 190.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298092 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 128 | 146 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.43 |
| HSL | 190.29º | 0.56% | 0.37% | - |
| HSV(B) | 190.29º | 0.72% | 0.57% | - |
| XYZ | 13.82 | 17.99 | 29.94 | - |
| YUV | 104.04 | 151.68 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 146 | 0.72 | 0.12 | 0 | 0.43 | 190.29 | 0.56 | 0.37 |
| Hex | 29 | 80 | 92 | 48 | C | 0 | 2B | BE | 38 | 25 |
| Octal | 51 | 200 | 222 | 110 | 14 | 0 | 53 | 276 | 70 | 45 |
| Binary | 101001 | 10000000 | 10010010 | 1001000 | 1100 | 0 | 101011 | 10111110 | 111000 | 100101 |
Color Harmonies of #298092
Complementary color
Monochromatic Colors of #298092
Black with #298092
Text Example
Text Example
White with #298092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298092; }
p { color: rgb(41,128,146); }
H1.HeaderClassName
{
color: #298092;
}
.AnyTagClassName
{
color: #298092;
}
</style>
background-color css
<style>
a { background-color: #298092; }
a { background-color: rgb(41,128,146); }
div.DivClassName
{
background-color: #298092;
}
.BgClassName
{
background-color: #298092;
}
</style>
border-color css
<style>
span { border-color: #298092; }
span { border-color: rgb(41,128,146); }
td.TdClassName
{
border-color: #298092;
}
.TagClassName
{
border-color: #298092;
}
</style>