Shades of Scooter #298592
Tints of Scooter #298592
RGB
CMYK
RGB Variations
Color information
#298592 (or 0x298592) is known color: Scooter. HEX triplet: 29, 85 and 92. RGB value is (41,133,146). Sum of RGB (Red+Green+Blue) = 41+133+146=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #298592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298592 is #D67A6D. Grayscale: #6A6A6A. Windows color (decimal): -14056046 or 9602345. OLE color: 9602345.
HSL color Cylindrical-coordinate representation of color #298592: hue angle of 187.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 #298592 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 133 | 146 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.43 |
| HSL | 187.43º | 0.56% | 0.37% | - |
| HSV(B) | 187.43º | 0.72% | 0.57% | - |
| XYZ | 14.49 | 19.32 | 30.16 | - |
| YUV | 106.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 133 | 146 | 0.72 | 0.09 | 0 | 0.43 | 187.43 | 0.56 | 0.37 |
| Hex | 29 | 85 | 92 | 48 | 9 | 0 | 2B | BB | 38 | 25 |
| Octal | 51 | 205 | 222 | 110 | 11 | 0 | 53 | 273 | 70 | 45 |
| Binary | 101001 | 10000101 | 10010010 | 1001000 | 1001 | 0 | 101011 | 10111011 | 111000 | 100101 |
Color Harmonies of #298592
Complementary color
Monochromatic Colors of #298592
Black with #298592
Text Example
Text Example
White with #298592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298592; }
p { color: rgb(41,133,146); }
H1.HeaderClassName
{
color: #298592;
}
.AnyTagClassName
{
color: #298592;
}
</style>
background-color css
<style>
a { background-color: #298592; }
a { background-color: rgb(41,133,146); }
div.DivClassName
{
background-color: #298592;
}
.BgClassName
{
background-color: #298592;
}
</style>
border-color css
<style>
span { border-color: #298592; }
span { border-color: rgb(41,133,146); }
td.TdClassName
{
border-color: #298592;
}
.TagClassName
{
border-color: #298592;
}
</style>