Shades of Scooter #218190
Tints of Scooter #218190
RGB
CMYK
RGB Variations
Color information
#218190 (or 0x218190) is known color: Scooter. HEX triplet: 21, 81 and 90. RGB value is (33,129,144). Sum of RGB (Red+Green+Blue) = 33+129+144=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #218190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218190 is #DE7E6F. Grayscale: #656565. Windows color (decimal): -14581360 or 9470241. OLE color: 9470241.
HSL color Cylindrical-coordinate representation of color #218190: hue angle of 188.11º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218190 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 129 | 144 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.44 |
| HSL | 188.11º | 0.63% | 0.35% | - |
| HSV(B) | 188.11º | 0.77% | 0.56% | - |
| XYZ | 13.51 | 18.04 | 29.16 | - |
| YUV | 102.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 129 | 144 | 0.77 | 0.10 | 0 | 0.44 | 188.11 | 0.63 | 0.35 |
| Hex | 21 | 81 | 90 | 4D | A | 0 | 2C | BC | 3F | 23 |
| Octal | 41 | 201 | 220 | 115 | 12 | 0 | 54 | 274 | 77 | 43 |
| Binary | 100001 | 10000001 | 10010000 | 1001101 | 1010 | 0 | 101100 | 10111100 | 111111 | 100011 |
Color Harmonies of #218190
Complementary color
Monochromatic Colors of #218190
Black with #218190
Text Example
Text Example
White with #218190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218190; }
p { color: rgb(33,129,144); }
H1.HeaderClassName
{
color: #218190;
}
.AnyTagClassName
{
color: #218190;
}
</style>
background-color css
<style>
a { background-color: #218190; }
a { background-color: rgb(33,129,144); }
div.DivClassName
{
background-color: #218190;
}
.BgClassName
{
background-color: #218190;
}
</style>
border-color css
<style>
span { border-color: #218190; }
span { border-color: rgb(33,129,144); }
td.TdClassName
{
border-color: #218190;
}
.TagClassName
{
border-color: #218190;
}
</style>