Shades of Scooter #32838F
Tints of Scooter #32838F
RGB
CMYK
RGB Variations
Color information
#32838F (or 0x32838F) is known color: Scooter. HEX triplet: 32, 83 and 8F. RGB value is (50,131,143). Sum of RGB (Red+Green+Blue) = 50+131+143=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #32838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32838F is #CD7C70. Grayscale: #6C6C6C. Windows color (decimal): -13466737 or 9405234. OLE color: 9405234.
HSL color Cylindrical-coordinate representation of color #32838F: hue angle of 187.74º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32838F is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 131 | 143 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.44 |
| HSL | 187.74º | 0.48% | 0.38% | - |
| HSV(B) | 187.74º | 0.65% | 0.56% | - |
| XYZ | 14.39 | 18.89 | 28.88 | - |
| YUV | 108.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 143 | 0.65 | 0.08 | 0 | 0.44 | 187.74 | 0.48 | 0.38 |
| Hex | 32 | 83 | 8F | 41 | 8 | 0 | 2C | BC | 30 | 26 |
| Octal | 62 | 203 | 217 | 101 | 10 | 0 | 54 | 274 | 60 | 46 |
| Binary | 110010 | 10000011 | 10001111 | 1000001 | 1000 | 0 | 101100 | 10111100 | 110000 | 100110 |
Color Harmonies of #32838F
Complementary color
Monochromatic Colors of #32838F
Black with #32838F
Text Example
Text Example
White with #32838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32838F; }
p { color: rgb(50,131,143); }
H1.HeaderClassName
{
color: #32838F;
}
.AnyTagClassName
{
color: #32838F;
}
</style>
background-color css
<style>
a { background-color: #32838F; }
a { background-color: rgb(50,131,143); }
div.DivClassName
{
background-color: #32838F;
}
.BgClassName
{
background-color: #32838F;
}
</style>
border-color css
<style>
span { border-color: #32838F; }
span { border-color: rgb(50,131,143); }
td.TdClassName
{
border-color: #32838F;
}
.TagClassName
{
border-color: #32838F;
}
</style>