Shades of Scooter #328BAB
Tints of Scooter #328BAB
RGB
CMYK
RGB Variations
Color information
#328BAB (or 0x328BAB) is known color: Scooter. HEX triplet: 32, 8B and AB. RGB value is (50,139,171). Sum of RGB (Red+Green+Blue) = 50+139+171=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #328BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328BAB is #CD7454. Grayscale: #737373. Windows color (decimal): -13464661 or 11242290. OLE color: 11242290.
HSL color Cylindrical-coordinate representation of color #328BAB: hue angle of 195.87º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328BAB is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 139 | 171 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.33 |
| HSL | 195.87º | 0.55% | 0.43% | - |
| HSV(B) | 195.87º | 0.71% | 0.67% | - |
| XYZ | 17.9 | 22.08 | 41.85 | - |
| YUV | 116.04 | 159.01 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 171 | 0.71 | 0.19 | 0 | 0.33 | 195.87 | 0.55 | 0.43 |
| Hex | 32 | 8B | AB | 47 | 13 | 0 | 21 | C4 | 37 | 2B |
| Octal | 62 | 213 | 253 | 107 | 23 | 0 | 41 | 304 | 67 | 53 |
| Binary | 110010 | 10001011 | 10101011 | 1000111 | 10011 | 0 | 100001 | 11000100 | 110111 | 101011 |
Color Harmonies of #328BAB
Complementary color
Monochromatic Colors of #328BAB
Black with #328BAB
Text Example
Text Example
White with #328BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BAB; }
p { color: rgb(50,139,171); }
H1.HeaderClassName
{
color: #328BAB;
}
.AnyTagClassName
{
color: #328BAB;
}
</style>
background-color css
<style>
a { background-color: #328BAB; }
a { background-color: rgb(50,139,171); }
div.DivClassName
{
background-color: #328BAB;
}
.BgClassName
{
background-color: #328BAB;
}
</style>
border-color css
<style>
span { border-color: #328BAB; }
span { border-color: rgb(50,139,171); }
td.TdClassName
{
border-color: #328BAB;
}
.TagClassName
{
border-color: #328BAB;
}
</style>