Shades of Scooter #298CAC
Tints of Scooter #298CAC
RGB
CMYK
RGB Variations
Color information
#298CAC (or 0x298CAC) is known color: Scooter. HEX triplet: 29, 8C and AC. RGB value is (41,140,172). Sum of RGB (Red+Green+Blue) = 41+140+172=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #298CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298CAC is #D67353. Grayscale: #717171. Windows color (decimal): -14054228 or 11308073. OLE color: 11308073.
HSL color Cylindrical-coordinate representation of color #298CAC: hue angle of 194.66º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298CAC is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 140 | 172 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.33 |
| HSL | 194.66º | 0.62% | 0.42% | - |
| HSV(B) | 194.66º | 0.76% | 0.67% | - |
| XYZ | 17.74 | 22.21 | 42.38 | - |
| YUV | 114.05 | 160.7 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 172 | 0.76 | 0.19 | 0 | 0.33 | 194.66 | 0.62 | 0.42 |
| Hex | 29 | 8C | AC | 4C | 13 | 0 | 21 | C3 | 3E | 2A |
| Octal | 51 | 214 | 254 | 114 | 23 | 0 | 41 | 303 | 76 | 52 |
| Binary | 101001 | 10001100 | 10101100 | 1001100 | 10011 | 0 | 100001 | 11000011 | 111110 | 101010 |
Color Harmonies of #298CAC
Complementary color
Monochromatic Colors of #298CAC
Black with #298CAC
Text Example
Text Example
White with #298CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CAC; }
p { color: rgb(41,140,172); }
H1.HeaderClassName
{
color: #298CAC;
}
.AnyTagClassName
{
color: #298CAC;
}
</style>
background-color css
<style>
a { background-color: #298CAC; }
a { background-color: rgb(41,140,172); }
div.DivClassName
{
background-color: #298CAC;
}
.BgClassName
{
background-color: #298CAC;
}
</style>
border-color css
<style>
span { border-color: #298CAC; }
span { border-color: rgb(41,140,172); }
td.TdClassName
{
border-color: #298CAC;
}
.TagClassName
{
border-color: #298CAC;
}
</style>