Shades of Scooter #298995
Tints of Scooter #298995
RGB
CMYK
RGB Variations
Color information
#298995 (or 0x298995) is known color: Scooter. HEX triplet: 29, 89 and 95. RGB value is (41,137,149). Sum of RGB (Red+Green+Blue) = 41+137+149=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #298995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298995 is #D6766A. Grayscale: #6D6D6D. Windows color (decimal): -14055019 or 9799977. OLE color: 9799977.
HSL color Cylindrical-coordinate representation of color #298995: hue angle of 186.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298995 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 137 | 149 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.42 |
| HSL | 186.67º | 0.57% | 0.37% | - |
| HSV(B) | 186.67º | 0.72% | 0.58% | - |
| XYZ | 15.28 | 20.53 | 31.59 | - |
| YUV | 109.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 137 | 149 | 0.72 | 0.08 | 0 | 0.42 | 186.67 | 0.57 | 0.37 |
| Hex | 29 | 89 | 95 | 48 | 8 | 0 | 2A | BB | 39 | 25 |
| Octal | 51 | 211 | 225 | 110 | 10 | 0 | 52 | 273 | 71 | 45 |
| Binary | 101001 | 10001001 | 10010101 | 1001000 | 1000 | 0 | 101010 | 10111011 | 111001 | 100101 |
Color Harmonies of #298995
Complementary color
Monochromatic Colors of #298995
Black with #298995
Text Example
Text Example
White with #298995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298995; }
p { color: rgb(41,137,149); }
H1.HeaderClassName
{
color: #298995;
}
.AnyTagClassName
{
color: #298995;
}
</style>
background-color css
<style>
a { background-color: #298995; }
a { background-color: rgb(41,137,149); }
div.DivClassName
{
background-color: #298995;
}
.BgClassName
{
background-color: #298995;
}
</style>
border-color css
<style>
span { border-color: #298995; }
span { border-color: rgb(41,137,149); }
td.TdClassName
{
border-color: #298995;
}
.TagClassName
{
border-color: #298995;
}
</style>