Shades of Scooter #21889E
Tints of Scooter #21889E
RGB
CMYK
RGB Variations
Color information
#21889E (or 0x21889E) is known color: Scooter. HEX triplet: 21, 88 and 9E. RGB value is (33,136,158). Sum of RGB (Red+Green+Blue) = 33+136+158=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #21889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21889E is #DE7761. Grayscale: #6B6B6B. Windows color (decimal): -14579554 or 10389537. OLE color: 10389537.
HSL color Cylindrical-coordinate representation of color #21889E: hue angle of 190.56º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21889E is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 136 | 158 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.38 |
| HSL | 190.56º | 0.65% | 0.37% | - |
| HSV(B) | 190.56º | 0.79% | 0.62% | - |
| XYZ | 15.6 | 20.4 | 35.46 | - |
| YUV | 107.71 | 156.38 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 158 | 0.79 | 0.14 | 0 | 0.38 | 190.56 | 0.65 | 0.37 |
| Hex | 21 | 88 | 9E | 4F | E | 0 | 26 | BF | 41 | 25 |
| Octal | 41 | 210 | 236 | 117 | 16 | 0 | 46 | 277 | 101 | 45 |
| Binary | 100001 | 10001000 | 10011110 | 1001111 | 1110 | 0 | 100110 | 10111111 | 1000001 | 100101 |
Color Harmonies of #21889E
Complementary color
Monochromatic Colors of #21889E
Black with #21889E
Text Example
Text Example
White with #21889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21889E; }
p { color: rgb(33,136,158); }
H1.HeaderClassName
{
color: #21889E;
}
.AnyTagClassName
{
color: #21889E;
}
</style>
background-color css
<style>
a { background-color: #21889E; }
a { background-color: rgb(33,136,158); }
div.DivClassName
{
background-color: #21889E;
}
.BgClassName
{
background-color: #21889E;
}
</style>
border-color css
<style>
span { border-color: #21889E; }
span { border-color: rgb(33,136,158); }
td.TdClassName
{
border-color: #21889E;
}
.TagClassName
{
border-color: #21889E;
}
</style>