Shades of Scooter #21829C
Tints of Scooter #21829C
RGB
CMYK
RGB Variations
Color information
#21829C (or 0x21829C) is known color: Scooter. HEX triplet: 21, 82 and 9C. RGB value is (33,130,156). Sum of RGB (Red+Green+Blue) = 33+130+156=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #21829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21829C is #DE7D63. Grayscale: #676767. Windows color (decimal): -14581092 or 10256929. OLE color: 10256929.
HSL color Cylindrical-coordinate representation of color #21829C: hue angle of 192.68º 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 #21829C is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 130 | 156 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.39 |
| HSL | 192.68º | 0.65% | 0.37% | - |
| HSV(B) | 192.68º | 0.79% | 0.61% | - |
| XYZ | 14.61 | 18.69 | 34.29 | - |
| YUV | 103.96 | 157.36 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 156 | 0.79 | 0.17 | 0 | 0.39 | 192.68 | 0.65 | 0.37 |
| Hex | 21 | 82 | 9C | 4F | 11 | 0 | 27 | C1 | 41 | 25 |
| Octal | 41 | 202 | 234 | 117 | 21 | 0 | 47 | 301 | 101 | 45 |
| Binary | 100001 | 10000010 | 10011100 | 1001111 | 10001 | 0 | 100111 | 11000001 | 1000001 | 100101 |
Color Harmonies of #21829C
Complementary color
Monochromatic Colors of #21829C
Black with #21829C
Text Example
Text Example
White with #21829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21829C; }
p { color: rgb(33,130,156); }
H1.HeaderClassName
{
color: #21829C;
}
.AnyTagClassName
{
color: #21829C;
}
</style>
background-color css
<style>
a { background-color: #21829C; }
a { background-color: rgb(33,130,156); }
div.DivClassName
{
background-color: #21829C;
}
.BgClassName
{
background-color: #21829C;
}
</style>
border-color css
<style>
span { border-color: #21829C; }
span { border-color: rgb(33,130,156); }
td.TdClassName
{
border-color: #21829C;
}
.TagClassName
{
border-color: #21829C;
}
</style>