Shades of Scooter #327F93
Tints of Scooter #327F93
RGB
CMYK
RGB Variations
Color information
#327F93 (or 0x327F93) is known color: Scooter. HEX triplet: 32, 7F and 93. RGB value is (50,127,147). Sum of RGB (Red+Green+Blue) = 50+127+147=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #327F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F93 is #CD806C. Grayscale: #6A6A6A. Windows color (decimal): -13467757 or 9666354. OLE color: 9666354.
HSL color Cylindrical-coordinate representation of color #327F93: hue angle of 192.37º 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 #327F93 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 127 | 147 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.42 |
| HSL | 192.37º | 0.49% | 0.39% | - |
| HSV(B) | 192.37º | 0.66% | 0.58% | - |
| XYZ | 14.17 | 17.96 | 30.32 | - |
| YUV | 106.26 | 150.99 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 147 | 0.66 | 0.14 | 0 | 0.42 | 192.37 | 0.49 | 0.39 |
| Hex | 32 | 7F | 93 | 42 | E | 0 | 2A | C0 | 31 | 27 |
| Octal | 62 | 177 | 223 | 102 | 16 | 0 | 52 | 300 | 61 | 47 |
| Binary | 110010 | 1111111 | 10010011 | 1000010 | 1110 | 0 | 101010 | 11000000 | 110001 | 100111 |
Color Harmonies of #327F93
Complementary color
Monochromatic Colors of #327F93
Black with #327F93
Text Example
Text Example
White with #327F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F93; }
p { color: rgb(50,127,147); }
H1.HeaderClassName
{
color: #327F93;
}
.AnyTagClassName
{
color: #327F93;
}
</style>
background-color css
<style>
a { background-color: #327F93; }
a { background-color: rgb(50,127,147); }
div.DivClassName
{
background-color: #327F93;
}
.BgClassName
{
background-color: #327F93;
}
</style>
border-color css
<style>
span { border-color: #327F93; }
span { border-color: rgb(50,127,147); }
td.TdClassName
{
border-color: #327F93;
}
.TagClassName
{
border-color: #327F93;
}
</style>