Shades of Scooter #3B9FA1
Tints of Scooter #3B9FA1
RGB
CMYK
RGB Variations
Color information
#3B9FA1 (or 0x3B9FA1) is known color: Scooter. HEX triplet: 3B, 9F and A1. RGB value is (59,159,161). Sum of RGB (Red+Green+Blue) = 59+159+161=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 161 - color contains mainly: blue. Hex color #3B9FA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9FA1 is #C4605E. Grayscale: #818181. Windows color (decimal): -12869727 or 10592059. OLE color: 10592059.
HSL color Cylindrical-coordinate representation of color #3B9FA1: hue angle of 181.18º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9FA1 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 159 | 161 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.37 |
| HSL | 181.18º | 0.46% | 0.43% | - |
| HSV(B) | 181.18º | 0.63% | 0.63% | - |
| XYZ | 20.63 | 28.3 | 38.09 | - |
| YUV | 129.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 159 | 161 | 0.63 | 0.01 | 0 | 0.37 | 181.18 | 0.46 | 0.43 |
| Hex | 3B | 9F | A1 | 3F | 1 | 0 | 25 | B5 | 2E | 2B |
| Octal | 73 | 237 | 241 | 77 | 1 | 0 | 45 | 265 | 56 | 53 |
| Binary | 111011 | 10011111 | 10100001 | 111111 | 1 | 0 | 100101 | 10110101 | 101110 | 101011 |
Color Harmonies of #3B9FA1
Complementary color
Monochromatic Colors of #3B9FA1
Black with #3B9FA1
Text Example
Text Example
White with #3B9FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9FA1; }
p { color: rgb(59,159,161); }
H1.HeaderClassName
{
color: #3B9FA1;
}
.AnyTagClassName
{
color: #3B9FA1;
}
</style>
background-color css
<style>
a { background-color: #3B9FA1; }
a { background-color: rgb(59,159,161); }
div.DivClassName
{
background-color: #3B9FA1;
}
.BgClassName
{
background-color: #3B9FA1;
}
</style>
border-color css
<style>
span { border-color: #3B9FA1; }
span { border-color: rgb(59,159,161); }
td.TdClassName
{
border-color: #3B9FA1;
}
.TagClassName
{
border-color: #3B9FA1;
}
</style>