Shades of Scooter #328B93
Tints of Scooter #328B93
RGB
CMYK
RGB Variations
Color information
#328B93 (or 0x328B93) is known color: Scooter. HEX triplet: 32, 8B and 93. RGB value is (50,139,147). Sum of RGB (Red+Green+Blue) = 50+139+147=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #328B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B93 is #CD746C. Grayscale: #717171. Windows color (decimal): -13464685 or 9669426. OLE color: 9669426.
HSL color Cylindrical-coordinate representation of color #328B93: hue angle of 184.95º 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 #328B93 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 139 | 147 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.42 |
| HSL | 184.95º | 0.49% | 0.39% | - |
| HSV(B) | 184.95º | 0.66% | 0.58% | - |
| XYZ | 15.81 | 21.25 | 30.87 | - |
| YUV | 113.3 | 147.01 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 147 | 0.66 | 0.05 | 0 | 0.42 | 184.95 | 0.49 | 0.39 |
| Hex | 32 | 8B | 93 | 42 | 5 | 0 | 2A | B9 | 31 | 27 |
| Octal | 62 | 213 | 223 | 102 | 5 | 0 | 52 | 271 | 61 | 47 |
| Binary | 110010 | 10001011 | 10010011 | 1000010 | 101 | 0 | 101010 | 10111001 | 110001 | 100111 |
Color Harmonies of #328B93
Complementary color
Monochromatic Colors of #328B93
Black with #328B93
Text Example
Text Example
White with #328B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328B93; }
p { color: rgb(50,139,147); }
H1.HeaderClassName
{
color: #328B93;
}
.AnyTagClassName
{
color: #328B93;
}
</style>
background-color css
<style>
a { background-color: #328B93; }
a { background-color: rgb(50,139,147); }
div.DivClassName
{
background-color: #328B93;
}
.BgClassName
{
background-color: #328B93;
}
</style>
border-color css
<style>
span { border-color: #328B93; }
span { border-color: rgb(50,139,147); }
td.TdClassName
{
border-color: #328B93;
}
.TagClassName
{
border-color: #328B93;
}
</style>