Shades of Scooter #327E9E
Tints of Scooter #327E9E
RGB
CMYK
RGB Variations
Color information
#327E9E (or 0x327E9E) is known color: Scooter. HEX triplet: 32, 7E and 9E. RGB value is (50,126,158). Sum of RGB (Red+Green+Blue) = 50+126+158=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #327E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E9E is #CD8161. Grayscale: #6A6A6A. Windows color (decimal): -13468002 or 10386994. OLE color: 10386994.
HSL color Cylindrical-coordinate representation of color #327E9E: hue angle of 197.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327E9E is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 126 | 158 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.38 |
| HSL | 197.78º | 0.52% | 0.41% | - |
| HSV(B) | 197.78º | 0.68% | 0.62% | - |
| XYZ | 14.95 | 18.07 | 35.05 | - |
| YUV | 106.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 158 | 0.68 | 0.20 | 0 | 0.38 | 197.78 | 0.52 | 0.41 |
| Hex | 32 | 7E | 9E | 44 | 14 | 0 | 26 | C6 | 34 | 29 |
| Octal | 62 | 176 | 236 | 104 | 24 | 0 | 46 | 306 | 64 | 51 |
| Binary | 110010 | 1111110 | 10011110 | 1000100 | 10100 | 0 | 100110 | 11000110 | 110100 | 101001 |
Color Harmonies of #327E9E
Complementary color
Monochromatic Colors of #327E9E
Black with #327E9E
Text Example
Text Example
White with #327E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E9E; }
p { color: rgb(50,126,158); }
H1.HeaderClassName
{
color: #327E9E;
}
.AnyTagClassName
{
color: #327E9E;
}
</style>
background-color css
<style>
a { background-color: #327E9E; }
a { background-color: rgb(50,126,158); }
div.DivClassName
{
background-color: #327E9E;
}
.BgClassName
{
background-color: #327E9E;
}
</style>
border-color css
<style>
span { border-color: #327E9E; }
span { border-color: rgb(50,126,158); }
td.TdClassName
{
border-color: #327E9E;
}
.TagClassName
{
border-color: #327E9E;
}
</style>