Shades of Scooter #2984AC
Tints of Scooter #2984AC
RGB
CMYK
RGB Variations
Color information
#2984AC (or 0x2984AC) is known color: Scooter. HEX triplet: 29, 84 and AC. RGB value is (41,132,172). Sum of RGB (Red+Green+Blue) = 41+132+172=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #2984AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2984AC is #D67B53. Grayscale: #6D6D6D. Windows color (decimal): -14056276 or 11306025. OLE color: 11306025.
HSL color Cylindrical-coordinate representation of color #2984AC: hue angle of 198.32º 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 #2984AC is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 132 | 172 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.33 |
| HSL | 198.32º | 0.62% | 0.42% | - |
| HSV(B) | 198.32º | 0.76% | 0.67% | - |
| XYZ | 16.61 | 19.95 | 42.01 | - |
| YUV | 109.35 | 163.35 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 172 | 0.76 | 0.23 | 0 | 0.33 | 198.32 | 0.62 | 0.42 |
| Hex | 29 | 84 | AC | 4C | 17 | 0 | 21 | C6 | 3E | 2A |
| Octal | 51 | 204 | 254 | 114 | 27 | 0 | 41 | 306 | 76 | 52 |
| Binary | 101001 | 10000100 | 10101100 | 1001100 | 10111 | 0 | 100001 | 11000110 | 111110 | 101010 |
Color Harmonies of #2984AC
Complementary color
Monochromatic Colors of #2984AC
Black with #2984AC
Text Example
Text Example
White with #2984AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2984AC; }
p { color: rgb(41,132,172); }
H1.HeaderClassName
{
color: #2984AC;
}
.AnyTagClassName
{
color: #2984AC;
}
</style>
background-color css
<style>
a { background-color: #2984AC; }
a { background-color: rgb(41,132,172); }
div.DivClassName
{
background-color: #2984AC;
}
.BgClassName
{
background-color: #2984AC;
}
</style>
border-color css
<style>
span { border-color: #2984AC; }
span { border-color: rgb(41,132,172); }
td.TdClassName
{
border-color: #2984AC;
}
.TagClassName
{
border-color: #2984AC;
}
</style>