Shades of Scooter #327D99
Tints of Scooter #327D99
RGB
CMYK
RGB Variations
Color information
#327D99 (or 0x327D99) is known color: Scooter. HEX triplet: 32, 7D and 99. RGB value is (50,125,153). Sum of RGB (Red+Green+Blue) = 50+125+153=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #327D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327D99 is #CD8266. Grayscale: #696969. Windows color (decimal): -13468263 or 10059058. OLE color: 10059058.
HSL color Cylindrical-coordinate representation of color #327D99: hue angle of 196.31º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327D99 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 125 | 153 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.4 |
| HSL | 196.31º | 0.51% | 0.4% | - |
| HSV(B) | 196.31º | 0.67% | 0.6% | - |
| XYZ | 14.4 | 17.65 | 32.78 | - |
| YUV | 105.77 | 154.65 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 153 | 0.67 | 0.18 | 0 | 0.4 | 196.31 | 0.51 | 0.4 |
| Hex | 32 | 7D | 99 | 43 | 12 | 0 | 28 | C4 | 33 | 28 |
| Octal | 62 | 175 | 231 | 103 | 22 | 0 | 50 | 304 | 63 | 50 |
| Binary | 110010 | 1111101 | 10011001 | 1000011 | 10010 | 0 | 101000 | 11000100 | 110011 | 101000 |
Color Harmonies of #327D99
Complementary color
Monochromatic Colors of #327D99
Black with #327D99
Text Example
Text Example
White with #327D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327D99; }
p { color: rgb(50,125,153); }
H1.HeaderClassName
{
color: #327D99;
}
.AnyTagClassName
{
color: #327D99;
}
</style>
background-color css
<style>
a { background-color: #327D99; }
a { background-color: rgb(50,125,153); }
div.DivClassName
{
background-color: #327D99;
}
.BgClassName
{
background-color: #327D99;
}
</style>
border-color css
<style>
span { border-color: #327D99; }
span { border-color: rgb(50,125,153); }
td.TdClassName
{
border-color: #327D99;
}
.TagClassName
{
border-color: #327D99;
}
</style>