Shades of Scooter #218299
Tints of Scooter #218299
RGB
CMYK
RGB Variations
Color information
#218299 (or 0x218299) is known color: Scooter. HEX triplet: 21, 82 and 99. RGB value is (33,130,153). Sum of RGB (Red+Green+Blue) = 33+130+153=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #218299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218299 is #DE7D66. Grayscale: #676767. Windows color (decimal): -14581095 or 10060321. OLE color: 10060321.
HSL color Cylindrical-coordinate representation of color #218299: hue angle of 191.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218299 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 130 | 153 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.4 |
| HSL | 191.5º | 0.65% | 0.36% | - |
| HSV(B) | 191.5º | 0.78% | 0.6% | - |
| XYZ | 14.36 | 18.59 | 32.97 | - |
| YUV | 103.62 | 155.86 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 153 | 0.78 | 0.15 | 0 | 0.4 | 191.5 | 0.65 | 0.36 |
| Hex | 21 | 82 | 99 | 4E | F | 0 | 28 | C0 | 41 | 24 |
| Octal | 41 | 202 | 231 | 116 | 17 | 0 | 50 | 300 | 101 | 44 |
| Binary | 100001 | 10000010 | 10011001 | 1001110 | 1111 | 0 | 101000 | 11000000 | 1000001 | 100100 |
Color Harmonies of #218299
Complementary color
Monochromatic Colors of #218299
Black with #218299
Text Example
Text Example
White with #218299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218299; }
p { color: rgb(33,130,153); }
H1.HeaderClassName
{
color: #218299;
}
.AnyTagClassName
{
color: #218299;
}
</style>
background-color css
<style>
a { background-color: #218299; }
a { background-color: rgb(33,130,153); }
div.DivClassName
{
background-color: #218299;
}
.BgClassName
{
background-color: #218299;
}
</style>
border-color css
<style>
span { border-color: #218299; }
span { border-color: rgb(33,130,153); }
td.TdClassName
{
border-color: #218299;
}
.TagClassName
{
border-color: #218299;
}
</style>