Shades of Scooter #21899B
Tints of Scooter #21899B
RGB
CMYK
RGB Variations
Color information
#21899B (or 0x21899B) is known color: Scooter. HEX triplet: 21, 89 and 9B. RGB value is (33,137,155). Sum of RGB (Red+Green+Blue) = 33+137+155=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #21899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21899B is #DE7664. Grayscale: #6B6B6B. Windows color (decimal): -14579301 or 10193185. OLE color: 10193185.
HSL color Cylindrical-coordinate representation of color #21899B: hue angle of 188.85º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21899B is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 137 | 155 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.39 |
| HSL | 188.85º | 0.65% | 0.37% | - |
| HSV(B) | 188.85º | 0.79% | 0.61% | - |
| XYZ | 15.49 | 20.58 | 34.17 | - |
| YUV | 107.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 155 | 0.79 | 0.12 | 0 | 0.39 | 188.85 | 0.65 | 0.37 |
| Hex | 21 | 89 | 9B | 4F | C | 0 | 27 | BD | 41 | 25 |
| Octal | 41 | 211 | 233 | 117 | 14 | 0 | 47 | 275 | 101 | 45 |
| Binary | 100001 | 10001001 | 10011011 | 1001111 | 1100 | 0 | 100111 | 10111101 | 1000001 | 100101 |
Color Harmonies of #21899B
Complementary color
Monochromatic Colors of #21899B
Black with #21899B
Text Example
Text Example
White with #21899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21899B; }
p { color: rgb(33,137,155); }
H1.HeaderClassName
{
color: #21899B;
}
.AnyTagClassName
{
color: #21899B;
}
</style>
background-color css
<style>
a { background-color: #21899B; }
a { background-color: rgb(33,137,155); }
div.DivClassName
{
background-color: #21899B;
}
.BgClassName
{
background-color: #21899B;
}
</style>
border-color css
<style>
span { border-color: #21899B; }
span { border-color: rgb(33,137,155); }
td.TdClassName
{
border-color: #21899B;
}
.TagClassName
{
border-color: #21899B;
}
</style>