Shades of Scooter #328E95
Tints of Scooter #328E95
RGB
CMYK
RGB Variations
Color information
#328E95 (or 0x328E95) is known color: Scooter. HEX triplet: 32, 8E and 95. RGB value is (50,142,149). Sum of RGB (Red+Green+Blue) = 50+142+149=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #328E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328E95 is #CD716A. Grayscale: #737373. Windows color (decimal): -13463915 or 9801266. OLE color: 9801266.
HSL color Cylindrical-coordinate representation of color #328E95: hue angle of 184.24º degrees, saturation: 0.5, 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 #328E95 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 142 | 149 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.42 |
| HSL | 184.24º | 0.5% | 0.39% | - |
| HSV(B) | 184.24º | 0.66% | 0.58% | - |
| XYZ | 16.41 | 22.19 | 31.85 | - |
| YUV | 115.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 142 | 149 | 0.66 | 0.05 | 0 | 0.42 | 184.24 | 0.5 | 0.39 |
| Hex | 32 | 8E | 95 | 42 | 5 | 0 | 2A | B8 | 32 | 27 |
| Octal | 62 | 216 | 225 | 102 | 5 | 0 | 52 | 270 | 62 | 47 |
| Binary | 110010 | 10001110 | 10010101 | 1000010 | 101 | 0 | 101010 | 10111000 | 110010 | 100111 |
Color Harmonies of #328E95
Complementary color
Monochromatic Colors of #328E95
Black with #328E95
Text Example
Text Example
White with #328E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328E95; }
p { color: rgb(50,142,149); }
H1.HeaderClassName
{
color: #328E95;
}
.AnyTagClassName
{
color: #328E95;
}
</style>
background-color css
<style>
a { background-color: #328E95; }
a { background-color: rgb(50,142,149); }
div.DivClassName
{
background-color: #328E95;
}
.BgClassName
{
background-color: #328E95;
}
</style>
border-color css
<style>
span { border-color: #328E95; }
span { border-color: rgb(50,142,149); }
td.TdClassName
{
border-color: #328E95;
}
.TagClassName
{
border-color: #328E95;
}
</style>