Shades of Scooter #21849A
Tints of Scooter #21849A
RGB
CMYK
RGB Variations
Color information
#21849A (or 0x21849A) is known color: Scooter. HEX triplet: 21, 84 and 9A. RGB value is (33,132,154). Sum of RGB (Red+Green+Blue) = 33+132+154=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #21849A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21849A is #DE7B65. Grayscale: #686868. Windows color (decimal): -14580582 or 10126369. OLE color: 10126369.
HSL color Cylindrical-coordinate representation of color #21849A: hue angle of 190.91º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21849A is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 132 | 154 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.40 |
| HSL | 190.91º | 0.65% | 0.37% | - |
| HSV(B) | 190.91º | 0.79% | 0.6% | - |
| XYZ | 14.71 | 19.16 | 33.49 | - |
| YUV | 104.91 | 155.7 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 154 | 0.79 | 0.14 | 0 | 0.40 | 190.91 | 0.65 | 0.37 |
| Hex | 21 | 84 | 9A | 4F | E | 0 | 28 | BF | 41 | 25 |
| Octal | 41 | 204 | 232 | 117 | 16 | 0 | 50 | 277 | 101 | 45 |
| Binary | 100001 | 10000100 | 10011010 | 1001111 | 1110 | 0 | 101000 | 10111111 | 1000001 | 100101 |
Color Harmonies of #21849A
Complementary color
Monochromatic Colors of #21849A
Black with #21849A
Text Example
Text Example
White with #21849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21849A; }
p { color: rgb(33,132,154); }
H1.HeaderClassName
{
color: #21849A;
}
.AnyTagClassName
{
color: #21849A;
}
</style>
background-color css
<style>
a { background-color: #21849A; }
a { background-color: rgb(33,132,154); }
div.DivClassName
{
background-color: #21849A;
}
.BgClassName
{
background-color: #21849A;
}
</style>
border-color css
<style>
span { border-color: #21849A; }
span { border-color: rgb(33,132,154); }
td.TdClassName
{
border-color: #21849A;
}
.TagClassName
{
border-color: #21849A;
}
</style>