Shades of Scooter #298AAD
Tints of Scooter #298AAD
RGB
CMYK
RGB Variations
Color information
#298AAD (or 0x298AAD) is known color: Scooter. HEX triplet: 29, 8A and AD. RGB value is (41,138,173). Sum of RGB (Red+Green+Blue) = 41+138+173=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #298AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298AAD is #D67552. Grayscale: #707070. Windows color (decimal): -14054739 or 11373097. OLE color: 11373097.
HSL color Cylindrical-coordinate representation of color #298AAD: hue angle of 195.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298AAD is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 138 | 173 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.32 |
| HSL | 195.91º | 0.62% | 0.42% | - |
| HSV(B) | 195.91º | 0.76% | 0.68% | - |
| XYZ | 17.55 | 21.67 | 42.79 | - |
| YUV | 112.99 | 161.86 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 173 | 0.76 | 0.20 | 0 | 0.32 | 195.91 | 0.62 | 0.42 |
| Hex | 29 | 8A | AD | 4C | 14 | 0 | 20 | C4 | 3E | 2A |
| Octal | 51 | 212 | 255 | 114 | 24 | 0 | 40 | 304 | 76 | 52 |
| Binary | 101001 | 10001010 | 10101101 | 1001100 | 10100 | 0 | 100000 | 11000100 | 111110 | 101010 |
Color Harmonies of #298AAD
Complementary color
Monochromatic Colors of #298AAD
Black with #298AAD
Text Example
Text Example
White with #298AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298AAD; }
p { color: rgb(41,138,173); }
H1.HeaderClassName
{
color: #298AAD;
}
.AnyTagClassName
{
color: #298AAD;
}
</style>
background-color css
<style>
a { background-color: #298AAD; }
a { background-color: rgb(41,138,173); }
div.DivClassName
{
background-color: #298AAD;
}
.BgClassName
{
background-color: #298AAD;
}
</style>
border-color css
<style>
span { border-color: #298AAD; }
span { border-color: rgb(41,138,173); }
td.TdClassName
{
border-color: #298AAD;
}
.TagClassName
{
border-color: #298AAD;
}
</style>