Shades of Scooter #21829B
Tints of Scooter #21829B
RGB
CMYK
RGB Variations
Color information
#21829B (or 0x21829B) is known color: Scooter. HEX triplet: 21, 82 and 9B. RGB value is (33,130,155). Sum of RGB (Red+Green+Blue) = 33+130+155=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #21829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21829B is #DE7D64. Grayscale: #676767. Windows color (decimal): -14581093 or 10191393. OLE color: 10191393.
HSL color Cylindrical-coordinate representation of color #21829B: hue angle of 192.3º 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 #21829B is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 130 | 155 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.39 |
| HSL | 192.3º | 0.65% | 0.37% | - |
| HSV(B) | 192.3º | 0.79% | 0.61% | - |
| XYZ | 14.53 | 18.66 | 33.85 | - |
| YUV | 103.85 | 156.86 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 155 | 0.79 | 0.16 | 0 | 0.39 | 192.3 | 0.65 | 0.37 |
| Hex | 21 | 82 | 9B | 4F | 10 | 0 | 27 | C0 | 41 | 25 |
| Octal | 41 | 202 | 233 | 117 | 20 | 0 | 47 | 300 | 101 | 45 |
| Binary | 100001 | 10000010 | 10011011 | 1001111 | 10000 | 0 | 100111 | 11000000 | 1000001 | 100101 |
Color Harmonies of #21829B
Complementary color
Monochromatic Colors of #21829B
Black with #21829B
Text Example
Text Example
White with #21829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21829B; }
p { color: rgb(33,130,155); }
H1.HeaderClassName
{
color: #21829B;
}
.AnyTagClassName
{
color: #21829B;
}
</style>
background-color css
<style>
a { background-color: #21829B; }
a { background-color: rgb(33,130,155); }
div.DivClassName
{
background-color: #21829B;
}
.BgClassName
{
background-color: #21829B;
}
</style>
border-color css
<style>
span { border-color: #21829B; }
span { border-color: rgb(33,130,155); }
td.TdClassName
{
border-color: #21829B;
}
.TagClassName
{
border-color: #21829B;
}
</style>