Shades of Scooter #328BAD
Tints of Scooter #328BAD
RGB
CMYK
RGB Variations
Color information
#328BAD (or 0x328BAD) is known color: Scooter. HEX triplet: 32, 8B and AD. RGB value is (50,139,173). Sum of RGB (Red+Green+Blue) = 50+139+173=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #328BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328BAD is #CD7452. Grayscale: #747474. Windows color (decimal): -13464659 or 11373362. OLE color: 11373362.
HSL color Cylindrical-coordinate representation of color #328BAD: hue angle of 196.59º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328BAD is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 139 | 173 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.32 |
| HSL | 196.59º | 0.55% | 0.44% | - |
| HSV(B) | 196.59º | 0.71% | 0.68% | - |
| XYZ | 18.09 | 22.16 | 42.86 | - |
| YUV | 116.27 | 160.01 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 139 | 173 | 0.71 | 0.20 | 0 | 0.32 | 196.59 | 0.55 | 0.44 |
| Hex | 32 | 8B | AD | 47 | 14 | 0 | 20 | C5 | 37 | 2C |
| Octal | 62 | 213 | 255 | 107 | 24 | 0 | 40 | 305 | 67 | 54 |
| Binary | 110010 | 10001011 | 10101101 | 1000111 | 10100 | 0 | 100000 | 11000101 | 110111 | 101100 |
Color Harmonies of #328BAD
Complementary color
Monochromatic Colors of #328BAD
Black with #328BAD
Text Example
Text Example
White with #328BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328BAD; }
p { color: rgb(50,139,173); }
H1.HeaderClassName
{
color: #328BAD;
}
.AnyTagClassName
{
color: #328BAD;
}
</style>
background-color css
<style>
a { background-color: #328BAD; }
a { background-color: rgb(50,139,173); }
div.DivClassName
{
background-color: #328BAD;
}
.BgClassName
{
background-color: #328BAD;
}
</style>
border-color css
<style>
span { border-color: #328BAD; }
span { border-color: rgb(50,139,173); }
td.TdClassName
{
border-color: #328BAD;
}
.TagClassName
{
border-color: #328BAD;
}
</style>