Shades of Scooter #217C92
Tints of Scooter #217C92
RGB
CMYK
RGB Variations
Color information
#217C92 (or 0x217C92) is known color: Scooter. HEX triplet: 21, 7C and 92. RGB value is (33,124,146). Sum of RGB (Red+Green+Blue) = 33+124+146=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #217C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217C92 is #DE836D. Grayscale: #636363. Windows color (decimal): -14582638 or 9600033. OLE color: 9600033.
HSL color Cylindrical-coordinate representation of color #217C92: hue angle of 191.68º 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 #217C92 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 124 | 146 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.43 |
| HSL | 191.68º | 0.63% | 0.35% | - |
| HSV(B) | 191.68º | 0.77% | 0.57% | - |
| XYZ | 13.02 | 16.81 | 29.75 | - |
| YUV | 99.3 | 154.35 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 146 | 0.77 | 0.15 | 0 | 0.43 | 191.68 | 0.63 | 0.35 |
| Hex | 21 | 7C | 92 | 4D | F | 0 | 2B | C0 | 3F | 23 |
| Octal | 41 | 174 | 222 | 115 | 17 | 0 | 53 | 300 | 77 | 43 |
| Binary | 100001 | 1111100 | 10010010 | 1001101 | 1111 | 0 | 101011 | 11000000 | 111111 | 100011 |
Color Harmonies of #217C92
Complementary color
Monochromatic Colors of #217C92
Black with #217C92
Text Example
Text Example
White with #217C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C92; }
p { color: rgb(33,124,146); }
H1.HeaderClassName
{
color: #217C92;
}
.AnyTagClassName
{
color: #217C92;
}
</style>
background-color css
<style>
a { background-color: #217C92; }
a { background-color: rgb(33,124,146); }
div.DivClassName
{
background-color: #217C92;
}
.BgClassName
{
background-color: #217C92;
}
</style>
border-color css
<style>
span { border-color: #217C92; }
span { border-color: rgb(33,124,146); }
td.TdClassName
{
border-color: #217C92;
}
.TagClassName
{
border-color: #217C92;
}
</style>