Shades of Scooter #21899C
Tints of Scooter #21899C
RGB
CMYK
RGB Variations
Color information
#21899C (or 0x21899C) is known color: Scooter. HEX triplet: 21, 89 and 9C. RGB value is (33,137,156). Sum of RGB (Red+Green+Blue) = 33+137+156=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #21899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21899C is #DE7663. Grayscale: #6B6B6B. Windows color (decimal): -14579300 or 10258721. OLE color: 10258721.
HSL color Cylindrical-coordinate representation of color #21899C: hue angle of 189.27º 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 #21899C is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 137 | 156 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.39 |
| HSL | 189.27º | 0.65% | 0.37% | - |
| HSV(B) | 189.27º | 0.79% | 0.61% | - |
| XYZ | 15.57 | 20.61 | 34.61 | - |
| YUV | 108.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 156 | 0.79 | 0.12 | 0 | 0.39 | 189.27 | 0.65 | 0.37 |
| Hex | 21 | 89 | 9C | 4F | C | 0 | 27 | BD | 41 | 25 |
| Octal | 41 | 211 | 234 | 117 | 14 | 0 | 47 | 275 | 101 | 45 |
| Binary | 100001 | 10001001 | 10011100 | 1001111 | 1100 | 0 | 100111 | 10111101 | 1000001 | 100101 |
Color Harmonies of #21899C
Complementary color
Monochromatic Colors of #21899C
Black with #21899C
Text Example
Text Example
White with #21899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21899C; }
p { color: rgb(33,137,156); }
H1.HeaderClassName
{
color: #21899C;
}
.AnyTagClassName
{
color: #21899C;
}
</style>
background-color css
<style>
a { background-color: #21899C; }
a { background-color: rgb(33,137,156); }
div.DivClassName
{
background-color: #21899C;
}
.BgClassName
{
background-color: #21899C;
}
</style>
border-color css
<style>
span { border-color: #21899C; }
span { border-color: rgb(33,137,156); }
td.TdClassName
{
border-color: #21899C;
}
.TagClassName
{
border-color: #21899C;
}
</style>