Shades of Scooter #297E92
Tints of Scooter #297E92
RGB
CMYK
RGB Variations
Color information
#297E92 (or 0x297E92) is known color: Scooter. HEX triplet: 29, 7E and 92. RGB value is (41,126,146). Sum of RGB (Red+Green+Blue) = 41+126+146=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #297E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E92 is #D6816D. Grayscale: #666666. Windows color (decimal): -14057838 or 9600553. OLE color: 9600553.
HSL color Cylindrical-coordinate representation of color #297E92: hue angle of 191.43º 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 #297E92 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 126 | 146 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.43 |
| HSL | 191.43º | 0.56% | 0.37% | - |
| HSV(B) | 191.43º | 0.72% | 0.57% | - |
| XYZ | 13.56 | 17.47 | 29.85 | - |
| YUV | 102.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 146 | 0.72 | 0.14 | 0 | 0.43 | 191.43 | 0.56 | 0.37 |
| Hex | 29 | 7E | 92 | 48 | E | 0 | 2B | BF | 38 | 25 |
| Octal | 51 | 176 | 222 | 110 | 16 | 0 | 53 | 277 | 70 | 45 |
| Binary | 101001 | 1111110 | 10010010 | 1001000 | 1110 | 0 | 101011 | 10111111 | 111000 | 100101 |
Color Harmonies of #297E92
Complementary color
Monochromatic Colors of #297E92
Black with #297E92
Text Example
Text Example
White with #297E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E92; }
p { color: rgb(41,126,146); }
H1.HeaderClassName
{
color: #297E92;
}
.AnyTagClassName
{
color: #297E92;
}
</style>
background-color css
<style>
a { background-color: #297E92; }
a { background-color: rgb(41,126,146); }
div.DivClassName
{
background-color: #297E92;
}
.BgClassName
{
background-color: #297E92;
}
</style>
border-color css
<style>
span { border-color: #297E92; }
span { border-color: rgb(41,126,146); }
td.TdClassName
{
border-color: #297E92;
}
.TagClassName
{
border-color: #297E92;
}
</style>