Shades of Scooter #218292
Tints of Scooter #218292
RGB
CMYK
RGB Variations
Color information
#218292 (or 0x218292) is known color: Scooter. HEX triplet: 21, 82 and 92. RGB value is (33,130,146). Sum of RGB (Red+Green+Blue) = 33+130+146=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #218292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218292 is #DE7D6D. Grayscale: #666666. Windows color (decimal): -14581102 or 9601569. OLE color: 9601569.
HSL color Cylindrical-coordinate representation of color #218292: hue angle of 188.5º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218292 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 130 | 146 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.43 |
| HSL | 188.5º | 0.63% | 0.35% | - |
| HSV(B) | 188.5º | 0.77% | 0.57% | - |
| XYZ | 13.8 | 18.36 | 30.01 | - |
| YUV | 102.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 146 | 0.77 | 0.11 | 0 | 0.43 | 188.5 | 0.63 | 0.35 |
| Hex | 21 | 82 | 92 | 4D | B | 0 | 2B | BC | 3F | 23 |
| Octal | 41 | 202 | 222 | 115 | 13 | 0 | 53 | 274 | 77 | 43 |
| Binary | 100001 | 10000010 | 10010010 | 1001101 | 1011 | 0 | 101011 | 10111100 | 111111 | 100011 |
Color Harmonies of #218292
Complementary color
Monochromatic Colors of #218292
Black with #218292
Text Example
Text Example
White with #218292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218292; }
p { color: rgb(33,130,146); }
H1.HeaderClassName
{
color: #218292;
}
.AnyTagClassName
{
color: #218292;
}
</style>
background-color css
<style>
a { background-color: #218292; }
a { background-color: rgb(33,130,146); }
div.DivClassName
{
background-color: #218292;
}
.BgClassName
{
background-color: #218292;
}
</style>
border-color css
<style>
span { border-color: #218292; }
span { border-color: rgb(33,130,146); }
td.TdClassName
{
border-color: #218292;
}
.TagClassName
{
border-color: #218292;
}
</style>