Shades of Scooter #298091
Tints of Scooter #298091
RGB
CMYK
RGB Variations
Color information
#298091 (or 0x298091) is known color: Scooter. HEX triplet: 29, 80 and 91. RGB value is (41,128,145). Sum of RGB (Red+Green+Blue) = 41+128+145=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #298091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298091 is #D67F6E. Grayscale: #676767. Windows color (decimal): -14057327 or 9535529. OLE color: 9535529.
HSL color Cylindrical-coordinate representation of color #298091: hue angle of 189.81º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298091 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 128 | 145 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.43 |
| HSL | 189.81º | 0.56% | 0.36% | - |
| HSV(B) | 189.81º | 0.72% | 0.57% | - |
| XYZ | 13.74 | 17.95 | 29.53 | - |
| YUV | 103.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 145 | 0.72 | 0.12 | 0 | 0.43 | 189.81 | 0.56 | 0.36 |
| Hex | 29 | 80 | 91 | 48 | C | 0 | 2B | BE | 38 | 24 |
| Octal | 51 | 200 | 221 | 110 | 14 | 0 | 53 | 276 | 70 | 44 |
| Binary | 101001 | 10000000 | 10010001 | 1001000 | 1100 | 0 | 101011 | 10111110 | 111000 | 100100 |
Color Harmonies of #298091
Complementary color
Monochromatic Colors of #298091
Black with #298091
Text Example
Text Example
White with #298091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298091; }
p { color: rgb(41,128,145); }
H1.HeaderClassName
{
color: #298091;
}
.AnyTagClassName
{
color: #298091;
}
</style>
background-color css
<style>
a { background-color: #298091; }
a { background-color: rgb(41,128,145); }
div.DivClassName
{
background-color: #298091;
}
.BgClassName
{
background-color: #298091;
}
</style>
border-color css
<style>
span { border-color: #298091; }
span { border-color: rgb(41,128,145); }
td.TdClassName
{
border-color: #298091;
}
.TagClassName
{
border-color: #298091;
}
</style>