Shades of Scooter #298AAC
Tints of Scooter #298AAC
RGB
CMYK
RGB Variations
Color information
#298AAC (or 0x298AAC) is known color: Scooter. HEX triplet: 29, 8A and AC. RGB value is (41,138,172). Sum of RGB (Red+Green+Blue) = 41+138+172=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #298AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298AAC is #D67553. Grayscale: #707070. Windows color (decimal): -14054740 or 11307561. OLE color: 11307561.
HSL color Cylindrical-coordinate representation of color #298AAC: hue angle of 195.57º 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 #298AAC is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 138 | 172 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.33 |
| HSL | 195.57º | 0.62% | 0.42% | - |
| HSV(B) | 195.57º | 0.76% | 0.67% | - |
| XYZ | 17.45 | 21.63 | 42.28 | - |
| YUV | 112.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 172 | 0.76 | 0.20 | 0 | 0.33 | 195.57 | 0.62 | 0.42 |
| Hex | 29 | 8A | AC | 4C | 14 | 0 | 21 | C4 | 3E | 2A |
| Octal | 51 | 212 | 254 | 114 | 24 | 0 | 41 | 304 | 76 | 52 |
| Binary | 101001 | 10001010 | 10101100 | 1001100 | 10100 | 0 | 100001 | 11000100 | 111110 | 101010 |
Color Harmonies of #298AAC
Complementary color
Monochromatic Colors of #298AAC
Black with #298AAC
Text Example
Text Example
White with #298AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298AAC; }
p { color: rgb(41,138,172); }
H1.HeaderClassName
{
color: #298AAC;
}
.AnyTagClassName
{
color: #298AAC;
}
</style>
background-color css
<style>
a { background-color: #298AAC; }
a { background-color: rgb(41,138,172); }
div.DivClassName
{
background-color: #298AAC;
}
.BgClassName
{
background-color: #298AAC;
}
</style>
border-color css
<style>
span { border-color: #298AAC; }
span { border-color: rgb(41,138,172); }
td.TdClassName
{
border-color: #298AAC;
}
.TagClassName
{
border-color: #298AAC;
}
</style>