Shades of Scooter #218393
Tints of Scooter #218393
RGB
CMYK
RGB Variations
Color information
#218393 (or 0x218393) is known color: Scooter. HEX triplet: 21, 83 and 93. RGB value is (33,131,147). Sum of RGB (Red+Green+Blue) = 33+131+147=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #218393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218393 is #DE7C6C. Grayscale: #676767. Windows color (decimal): -14580845 or 9667361. OLE color: 9667361.
HSL color Cylindrical-coordinate representation of color #218393: hue angle of 188.42º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218393 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 131 | 147 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.42 |
| HSL | 188.42º | 0.63% | 0.35% | - |
| HSV(B) | 188.42º | 0.78% | 0.58% | - |
| XYZ | 14.01 | 18.66 | 30.47 | - |
| YUV | 103.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 147 | 0.78 | 0.11 | 0 | 0.42 | 188.42 | 0.63 | 0.35 |
| Hex | 21 | 83 | 93 | 4E | B | 0 | 2A | BC | 3F | 23 |
| Octal | 41 | 203 | 223 | 116 | 13 | 0 | 52 | 274 | 77 | 43 |
| Binary | 100001 | 10000011 | 10010011 | 1001110 | 1011 | 0 | 101010 | 10111100 | 111111 | 100011 |
Color Harmonies of #218393
Complementary color
Monochromatic Colors of #218393
Black with #218393
Text Example
Text Example
White with #218393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218393; }
p { color: rgb(33,131,147); }
H1.HeaderClassName
{
color: #218393;
}
.AnyTagClassName
{
color: #218393;
}
</style>
background-color css
<style>
a { background-color: #218393; }
a { background-color: rgb(33,131,147); }
div.DivClassName
{
background-color: #218393;
}
.BgClassName
{
background-color: #218393;
}
</style>
border-color css
<style>
span { border-color: #218393; }
span { border-color: rgb(33,131,147); }
td.TdClassName
{
border-color: #218393;
}
.TagClassName
{
border-color: #218393;
}
</style>