Shades of Scooter #3B959D
Tints of Scooter #3B959D
RGB
CMYK
RGB Variations
Color information
#3B959D (or 0x3B959D) is known color: Scooter. HEX triplet: 3B, 95 and 9D. RGB value is (59,149,157). Sum of RGB (Red+Green+Blue) = 59+149+157=365 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.16% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B959D is #C46A62. Grayscale: #7A7A7A. Windows color (decimal): -12872291 or 10327355. OLE color: 10327355.
HSL color Cylindrical-coordinate representation of color #3B959D: hue angle of 184.9º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B959D is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 149 | 157 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.38 |
| HSL | 184.9º | 0.45% | 0.42% | - |
| HSV(B) | 184.9º | 0.62% | 0.62% | - |
| XYZ | 18.64 | 24.86 | 35.71 | - |
| YUV | 123 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 149 | 157 | 0.62 | 0.05 | 0 | 0.38 | 184.9 | 0.45 | 0.42 |
| Hex | 3B | 95 | 9D | 3E | 5 | 0 | 26 | B9 | 2D | 2A |
| Octal | 73 | 225 | 235 | 76 | 5 | 0 | 46 | 271 | 55 | 52 |
| Binary | 111011 | 10010101 | 10011101 | 111110 | 101 | 0 | 100110 | 10111001 | 101101 | 101010 |
Color Harmonies of #3B959D
Complementary color
Monochromatic Colors of #3B959D
Black with #3B959D
Text Example
Text Example
White with #3B959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B959D; }
p { color: rgb(59,149,157); }
H1.HeaderClassName
{
color: #3B959D;
}
.AnyTagClassName
{
color: #3B959D;
}
</style>
background-color css
<style>
a { background-color: #3B959D; }
a { background-color: rgb(59,149,157); }
div.DivClassName
{
background-color: #3B959D;
}
.BgClassName
{
background-color: #3B959D;
}
</style>
border-color css
<style>
span { border-color: #3B959D; }
span { border-color: rgb(59,149,157); }
td.TdClassName
{
border-color: #3B959D;
}
.TagClassName
{
border-color: #3B959D;
}
</style>