Shades of Scooter #297E90
Tints of Scooter #297E90
RGB
CMYK
RGB Variations
Color information
#297E90 (or 0x297E90) is known color: Scooter. HEX triplet: 29, 7E and 90. RGB value is (41,126,144). Sum of RGB (Red+Green+Blue) = 41+126+144=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #297E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E90 is #D6816F. Grayscale: #666666. Windows color (decimal): -14057840 or 9469481. OLE color: 9469481.
HSL color Cylindrical-coordinate representation of color #297E90: hue angle of 190.49º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297E90 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 126 | 144 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.44 |
| HSL | 190.49º | 0.56% | 0.36% | - |
| HSV(B) | 190.49º | 0.72% | 0.56% | - |
| XYZ | 13.41 | 17.41 | 29.04 | - |
| YUV | 102.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 144 | 0.72 | 0.12 | 0 | 0.44 | 190.49 | 0.56 | 0.36 |
| Hex | 29 | 7E | 90 | 48 | C | 0 | 2C | BE | 38 | 24 |
| Octal | 51 | 176 | 220 | 110 | 14 | 0 | 54 | 276 | 70 | 44 |
| Binary | 101001 | 1111110 | 10010000 | 1001000 | 1100 | 0 | 101100 | 10111110 | 111000 | 100100 |
Color Harmonies of #297E90
Complementary color
Monochromatic Colors of #297E90
Black with #297E90
Text Example
Text Example
White with #297E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E90; }
p { color: rgb(41,126,144); }
H1.HeaderClassName
{
color: #297E90;
}
.AnyTagClassName
{
color: #297E90;
}
</style>
background-color css
<style>
a { background-color: #297E90; }
a { background-color: rgb(41,126,144); }
div.DivClassName
{
background-color: #297E90;
}
.BgClassName
{
background-color: #297E90;
}
</style>
border-color css
<style>
span { border-color: #297E90; }
span { border-color: rgb(41,126,144); }
td.TdClassName
{
border-color: #297E90;
}
.TagClassName
{
border-color: #297E90;
}
</style>