Shades of Scooter #297E91
Tints of Scooter #297E91
RGB
CMYK
RGB Variations
Color information
#297E91 (or 0x297E91) is known color: Scooter. HEX triplet: 29, 7E and 91. RGB value is (41,126,145). Sum of RGB (Red+Green+Blue) = 41+126+145=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #297E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E91 is #D6816E. Grayscale: #666666. Windows color (decimal): -14057839 or 9535017. OLE color: 9535017.
HSL color Cylindrical-coordinate representation of color #297E91: hue angle of 190.96º 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 #297E91 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 126 | 145 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.43 |
| HSL | 190.96º | 0.56% | 0.36% | - |
| HSV(B) | 190.96º | 0.72% | 0.57% | - |
| XYZ | 13.49 | 17.44 | 29.44 | - |
| YUV | 102.75 | 151.84 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 145 | 0.72 | 0.13 | 0 | 0.43 | 190.96 | 0.56 | 0.36 |
| Hex | 29 | 7E | 91 | 48 | D | 0 | 2B | BF | 38 | 24 |
| Octal | 51 | 176 | 221 | 110 | 15 | 0 | 53 | 277 | 70 | 44 |
| Binary | 101001 | 1111110 | 10010001 | 1001000 | 1101 | 0 | 101011 | 10111111 | 111000 | 100100 |
Color Harmonies of #297E91
Complementary color
Monochromatic Colors of #297E91
Black with #297E91
Text Example
Text Example
White with #297E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E91; }
p { color: rgb(41,126,145); }
H1.HeaderClassName
{
color: #297E91;
}
.AnyTagClassName
{
color: #297E91;
}
</style>
background-color css
<style>
a { background-color: #297E91; }
a { background-color: rgb(41,126,145); }
div.DivClassName
{
background-color: #297E91;
}
.BgClassName
{
background-color: #297E91;
}
</style>
border-color css
<style>
span { border-color: #297E91; }
span { border-color: rgb(41,126,145); }
td.TdClassName
{
border-color: #297E91;
}
.TagClassName
{
border-color: #297E91;
}
</style>