Shades of Scooter #2981A4
Tints of Scooter #2981A4
RGB
CMYK
RGB Variations
Color information
#2981A4 (or 0x2981A4) is known color: Scooter. HEX triplet: 29, 81 and A4. RGB value is (41,129,164). Sum of RGB (Red+Green+Blue) = 41+129+164=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #2981A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2981A4 is #D67E5B. Grayscale: #6A6A6A. Windows color (decimal): -14057052 or 10780969. OLE color: 10780969.
HSL color Cylindrical-coordinate representation of color #2981A4: hue angle of 197.07º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2981A4 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 129 | 164 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.36 |
| HSL | 197.07º | 0.6% | 0.4% | - |
| HSV(B) | 197.07º | 0.75% | 0.64% | - |
| XYZ | 15.47 | 18.85 | 37.95 | - |
| YUV | 106.68 | 160.35 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 164 | 0.75 | 0.21 | 0 | 0.36 | 197.07 | 0.6 | 0.4 |
| Hex | 29 | 81 | A4 | 4B | 15 | 0 | 24 | C5 | 3C | 28 |
| Octal | 51 | 201 | 244 | 113 | 25 | 0 | 44 | 305 | 74 | 50 |
| Binary | 101001 | 10000001 | 10100100 | 1001011 | 10101 | 0 | 100100 | 11000101 | 111100 | 101000 |
Color Harmonies of #2981A4
Complementary color
Monochromatic Colors of #2981A4
Black with #2981A4
Text Example
Text Example
White with #2981A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2981A4; }
p { color: rgb(41,129,164); }
H1.HeaderClassName
{
color: #2981A4;
}
.AnyTagClassName
{
color: #2981A4;
}
</style>
background-color css
<style>
a { background-color: #2981A4; }
a { background-color: rgb(41,129,164); }
div.DivClassName
{
background-color: #2981A4;
}
.BgClassName
{
background-color: #2981A4;
}
</style>
border-color css
<style>
span { border-color: #2981A4; }
span { border-color: rgb(41,129,164); }
td.TdClassName
{
border-color: #2981A4;
}
.TagClassName
{
border-color: #2981A4;
}
</style>