Shades of Scooter #3E919F
Tints of Scooter #3E919F
RGB
CMYK
RGB Variations
Color information
#3E919F (or 0x3E919F) is known color: Scooter. HEX triplet: 3E, 91 and 9F. RGB value is (62,145,159). Sum of RGB (Red+Green+Blue) = 62+145+159=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E919F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E919F is #C16E60. Grayscale: #797979. Windows color (decimal): -12676705 or 10457406. OLE color: 10457406.
HSL color Cylindrical-coordinate representation of color #3E919F: hue angle of 188.66º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E919F is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 145 | 159 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.38 |
| HSL | 188.66º | 0.44% | 0.43% | - |
| HSV(B) | 188.66º | 0.61% | 0.62% | - |
| XYZ | 18.37 | 23.78 | 36.42 | - |
| YUV | 121.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 145 | 159 | 0.61 | 0.09 | 0 | 0.38 | 188.66 | 0.44 | 0.43 |
| Hex | 3E | 91 | 9F | 3D | 9 | 0 | 26 | BD | 2C | 2B |
| Octal | 76 | 221 | 237 | 75 | 11 | 0 | 46 | 275 | 54 | 53 |
| Binary | 111110 | 10010001 | 10011111 | 111101 | 1001 | 0 | 100110 | 10111101 | 101100 | 101011 |
Color Harmonies of #3E919F
Complementary color
Monochromatic Colors of #3E919F
Black with #3E919F
Text Example
Text Example
White with #3E919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E919F; }
p { color: rgb(62,145,159); }
H1.HeaderClassName
{
color: #3E919F;
}
.AnyTagClassName
{
color: #3E919F;
}
</style>
background-color css
<style>
a { background-color: #3E919F; }
a { background-color: rgb(62,145,159); }
div.DivClassName
{
background-color: #3E919F;
}
.BgClassName
{
background-color: #3E919F;
}
</style>
border-color css
<style>
span { border-color: #3E919F; }
span { border-color: rgb(62,145,159); }
td.TdClassName
{
border-color: #3E919F;
}
.TagClassName
{
border-color: #3E919F;
}
</style>