Shades of Scooter #298591
Tints of Scooter #298591
RGB
CMYK
RGB Variations
Color information
#298591 (or 0x298591) is known color: Scooter. HEX triplet: 29, 85 and 91. RGB value is (41,133,145). Sum of RGB (Red+Green+Blue) = 41+133+145=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #298591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298591 is #D67A6E. Grayscale: #6A6A6A. Windows color (decimal): -14056047 or 9536809. OLE color: 9536809.
HSL color Cylindrical-coordinate representation of color #298591: hue angle of 186.92º 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 #298591 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 133 | 145 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.43 |
| HSL | 186.92º | 0.56% | 0.36% | - |
| HSV(B) | 186.92º | 0.72% | 0.57% | - |
| XYZ | 14.41 | 19.29 | 29.75 | - |
| YUV | 106.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 145 | 0.72 | 0.08 | 0 | 0.43 | 186.92 | 0.56 | 0.36 |
| Hex | 29 | 85 | 91 | 48 | 8 | 0 | 2B | BB | 38 | 24 |
| Octal | 51 | 205 | 221 | 110 | 10 | 0 | 53 | 273 | 70 | 44 |
| Binary | 101001 | 10000101 | 10010001 | 1001000 | 1000 | 0 | 101011 | 10111011 | 111000 | 100100 |
Color Harmonies of #298591
Complementary color
Monochromatic Colors of #298591
Black with #298591
Text Example
Text Example
White with #298591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298591; }
p { color: rgb(41,133,145); }
H1.HeaderClassName
{
color: #298591;
}
.AnyTagClassName
{
color: #298591;
}
</style>
background-color css
<style>
a { background-color: #298591; }
a { background-color: rgb(41,133,145); }
div.DivClassName
{
background-color: #298591;
}
.BgClassName
{
background-color: #298591;
}
</style>
border-color css
<style>
span { border-color: #298591; }
span { border-color: rgb(41,133,145); }
td.TdClassName
{
border-color: #298591;
}
.TagClassName
{
border-color: #298591;
}
</style>