Shades of Scooter #328993
Tints of Scooter #328993
RGB
CMYK
RGB Variations
Color information
#328993 (or 0x328993) is known color: Scooter. HEX triplet: 32, 89 and 93. RGB value is (50,137,147). Sum of RGB (Red+Green+Blue) = 50+137+147=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #328993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328993 is #CD766C. Grayscale: #707070. Windows color (decimal): -13465197 or 9668914. OLE color: 9668914.
HSL color Cylindrical-coordinate representation of color #328993: hue angle of 186.19º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328993 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 137 | 147 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.42 |
| HSL | 186.19º | 0.49% | 0.39% | - |
| HSV(B) | 186.19º | 0.66% | 0.58% | - |
| XYZ | 15.53 | 20.68 | 30.78 | - |
| YUV | 112.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 147 | 0.66 | 0.07 | 0 | 0.42 | 186.19 | 0.49 | 0.39 |
| Hex | 32 | 89 | 93 | 42 | 7 | 0 | 2A | BA | 31 | 27 |
| Octal | 62 | 211 | 223 | 102 | 7 | 0 | 52 | 272 | 61 | 47 |
| Binary | 110010 | 10001001 | 10010011 | 1000010 | 111 | 0 | 101010 | 10111010 | 110001 | 100111 |
Color Harmonies of #328993
Complementary color
Monochromatic Colors of #328993
Black with #328993
Text Example
Text Example
White with #328993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328993; }
p { color: rgb(50,137,147); }
H1.HeaderClassName
{
color: #328993;
}
.AnyTagClassName
{
color: #328993;
}
</style>
background-color css
<style>
a { background-color: #328993; }
a { background-color: rgb(50,137,147); }
div.DivClassName
{
background-color: #328993;
}
.BgClassName
{
background-color: #328993;
}
</style>
border-color css
<style>
span { border-color: #328993; }
span { border-color: rgb(50,137,147); }
td.TdClassName
{
border-color: #328993;
}
.TagClassName
{
border-color: #328993;
}
</style>