Shades of Scooter #328293
Tints of Scooter #328293
RGB
CMYK
RGB Variations
Color information
#328293 (or 0x328293) is known color: Scooter. HEX triplet: 32, 82 and 93. RGB value is (50,130,147). Sum of RGB (Red+Green+Blue) = 50+130+147=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #328293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328293 is #CD7D6C. Grayscale: #6B6B6B. Windows color (decimal): -13466989 or 9667122. OLE color: 9667122.
HSL color Cylindrical-coordinate representation of color #328293: hue angle of 190.52º 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 #328293 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 130 | 147 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.42 |
| HSL | 190.52º | 0.49% | 0.39% | - |
| HSV(B) | 190.52º | 0.66% | 0.58% | - |
| XYZ | 14.56 | 18.75 | 30.46 | - |
| YUV | 108.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 147 | 0.66 | 0.12 | 0 | 0.42 | 190.52 | 0.49 | 0.39 |
| Hex | 32 | 82 | 93 | 42 | C | 0 | 2A | BF | 31 | 27 |
| Octal | 62 | 202 | 223 | 102 | 14 | 0 | 52 | 277 | 61 | 47 |
| Binary | 110010 | 10000010 | 10010011 | 1000010 | 1100 | 0 | 101010 | 10111111 | 110001 | 100111 |
Color Harmonies of #328293
Complementary color
Monochromatic Colors of #328293
Black with #328293
Text Example
Text Example
White with #328293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328293; }
p { color: rgb(50,130,147); }
H1.HeaderClassName
{
color: #328293;
}
.AnyTagClassName
{
color: #328293;
}
</style>
background-color css
<style>
a { background-color: #328293; }
a { background-color: rgb(50,130,147); }
div.DivClassName
{
background-color: #328293;
}
.BgClassName
{
background-color: #328293;
}
</style>
border-color css
<style>
span { border-color: #328293; }
span { border-color: rgb(50,130,147); }
td.TdClassName
{
border-color: #328293;
}
.TagClassName
{
border-color: #328293;
}
</style>