Shades of Scooter #2481AA
Tints of Scooter #2481AA
RGB
CMYK
RGB Variations
Color information
#2481AA (or 0x2481AA) is known color: Scooter. HEX triplet: 24, 81 and AA. RGB value is (36,129,170). Sum of RGB (Red+Green+Blue) = 36+129+170=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #2481AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2481AA is #DB7E55. Grayscale: #696969. Windows color (decimal): -14384726 or 11174180. OLE color: 11174180.
HSL color Cylindrical-coordinate representation of color #2481AA: hue angle of 198.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2481AA is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 129 | 170 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.33 |
| HSL | 198.36º | 0.65% | 0.4% | - |
| HSV(B) | 198.36º | 0.79% | 0.67% | - |
| XYZ | 15.83 | 18.98 | 40.86 | - |
| YUV | 105.87 | 164.19 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 170 | 0.79 | 0.24 | 0 | 0.33 | 198.36 | 0.65 | 0.4 |
| Hex | 24 | 81 | AA | 4F | 18 | 0 | 21 | C6 | 41 | 28 |
| Octal | 44 | 201 | 252 | 117 | 30 | 0 | 41 | 306 | 101 | 50 |
| Binary | 100100 | 10000001 | 10101010 | 1001111 | 11000 | 0 | 100001 | 11000110 | 1000001 | 101000 |
Color Harmonies of #2481AA
Complementary color
Monochromatic Colors of #2481AA
Black with #2481AA
Text Example
Text Example
White with #2481AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2481AA; }
p { color: rgb(36,129,170); }
H1.HeaderClassName
{
color: #2481AA;
}
.AnyTagClassName
{
color: #2481AA;
}
</style>
background-color css
<style>
a { background-color: #2481AA; }
a { background-color: rgb(36,129,170); }
div.DivClassName
{
background-color: #2481AA;
}
.BgClassName
{
background-color: #2481AA;
}
</style>
border-color css
<style>
span { border-color: #2481AA; }
span { border-color: rgb(36,129,170); }
td.TdClassName
{
border-color: #2481AA;
}
.TagClassName
{
border-color: #2481AA;
}
</style>