Shades of Scooter #3B929F
Tints of Scooter #3B929F
RGB
CMYK
RGB Variations
Color information
#3B929F (or 0x3B929F) is known color: Scooter. HEX triplet: 3B, 92 and 9F. RGB value is (59,146,159). Sum of RGB (Red+Green+Blue) = 59+146+159=364 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.21% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B929F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B929F is #C46D60. Grayscale: #797979. Windows color (decimal): -12873057 or 10457659. OLE color: 10457659.
HSL color Cylindrical-coordinate representation of color #3B929F: hue angle of 187.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B929F is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 146 | 159 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.38 |
| HSL | 187.8º | 0.46% | 0.43% | - |
| HSV(B) | 187.8º | 0.63% | 0.62% | - |
| XYZ | 18.34 | 23.99 | 36.46 | - |
| YUV | 121.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 146 | 159 | 0.63 | 0.08 | 0 | 0.38 | 187.8 | 0.46 | 0.43 |
| Hex | 3B | 92 | 9F | 3F | 8 | 0 | 26 | BC | 2E | 2B |
| Octal | 73 | 222 | 237 | 77 | 10 | 0 | 46 | 274 | 56 | 53 |
| Binary | 111011 | 10010010 | 10011111 | 111111 | 1000 | 0 | 100110 | 10111100 | 101110 | 101011 |
Color Harmonies of #3B929F
Complementary color
Monochromatic Colors of #3B929F
Black with #3B929F
Text Example
Text Example
White with #3B929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B929F; }
p { color: rgb(59,146,159); }
H1.HeaderClassName
{
color: #3B929F;
}
.AnyTagClassName
{
color: #3B929F;
}
</style>
background-color css
<style>
a { background-color: #3B929F; }
a { background-color: rgb(59,146,159); }
div.DivClassName
{
background-color: #3B929F;
}
.BgClassName
{
background-color: #3B929F;
}
</style>
border-color css
<style>
span { border-color: #3B929F; }
span { border-color: rgb(59,146,159); }
td.TdClassName
{
border-color: #3B929F;
}
.TagClassName
{
border-color: #3B929F;
}
</style>