Shades of Scooter #328CAC
Tints of Scooter #328CAC
RGB
CMYK
RGB Variations
Color information
#328CAC (or 0x328CAC) is known color: Scooter. HEX triplet: 32, 8C and AC. RGB value is (50,140,172). Sum of RGB (Red+Green+Blue) = 50+140+172=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #328CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328CAC is #CD7353. Grayscale: #747474. Windows color (decimal): -13464404 or 11308082. OLE color: 11308082.
HSL color Cylindrical-coordinate representation of color #328CAC: hue angle of 195.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328CAC is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 140 | 172 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.33 |
| HSL | 195.74º | 0.55% | 0.44% | - |
| HSV(B) | 195.74º | 0.71% | 0.67% | - |
| XYZ | 18.14 | 22.41 | 42.4 | - |
| YUV | 116.74 | 159.18 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 140 | 172 | 0.71 | 0.19 | 0 | 0.33 | 195.74 | 0.55 | 0.44 |
| Hex | 32 | 8C | AC | 47 | 13 | 0 | 21 | C4 | 37 | 2C |
| Octal | 62 | 214 | 254 | 107 | 23 | 0 | 41 | 304 | 67 | 54 |
| Binary | 110010 | 10001100 | 10101100 | 1000111 | 10011 | 0 | 100001 | 11000100 | 110111 | 101100 |
Color Harmonies of #328CAC
Complementary color
Monochromatic Colors of #328CAC
Black with #328CAC
Text Example
Text Example
White with #328CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328CAC; }
p { color: rgb(50,140,172); }
H1.HeaderClassName
{
color: #328CAC;
}
.AnyTagClassName
{
color: #328CAC;
}
</style>
background-color css
<style>
a { background-color: #328CAC; }
a { background-color: rgb(50,140,172); }
div.DivClassName
{
background-color: #328CAC;
}
.BgClassName
{
background-color: #328CAC;
}
</style>
border-color css
<style>
span { border-color: #328CAC; }
span { border-color: rgb(50,140,172); }
td.TdClassName
{
border-color: #328CAC;
}
.TagClassName
{
border-color: #328CAC;
}
</style>