Shades of Scooter #3A909D
Tints of Scooter #3A909D
RGB
CMYK
RGB Variations
Color information
#3A909D (or 0x3A909D) is known color: Scooter. HEX triplet: 3A, 90 and 9D. RGB value is (58,144,157). Sum of RGB (Red+Green+Blue) = 58+144+157=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A909D is #C56F62. Grayscale: #777777. Windows color (decimal): -12939107 or 10326074. OLE color: 10326074.
HSL color Cylindrical-coordinate representation of color #3A909D: hue angle of 187.88º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A909D is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 144 | 157 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.38 |
| HSL | 187.88º | 0.46% | 0.42% | - |
| HSV(B) | 187.88º | 0.63% | 0.62% | - |
| XYZ | 17.8 | 23.28 | 35.45 | - |
| YUV | 119.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 144 | 157 | 0.63 | 0.08 | 0 | 0.38 | 187.88 | 0.46 | 0.42 |
| Hex | 3A | 90 | 9D | 3F | 8 | 0 | 26 | BC | 2E | 2A |
| Octal | 72 | 220 | 235 | 77 | 10 | 0 | 46 | 274 | 56 | 52 |
| Binary | 111010 | 10010000 | 10011101 | 111111 | 1000 | 0 | 100110 | 10111100 | 101110 | 101010 |
Color Harmonies of #3A909D
Complementary color
Monochromatic Colors of #3A909D
Black with #3A909D
Text Example
Text Example
White with #3A909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A909D; }
p { color: rgb(58,144,157); }
H1.HeaderClassName
{
color: #3A909D;
}
.AnyTagClassName
{
color: #3A909D;
}
</style>
background-color css
<style>
a { background-color: #3A909D; }
a { background-color: rgb(58,144,157); }
div.DivClassName
{
background-color: #3A909D;
}
.BgClassName
{
background-color: #3A909D;
}
</style>
border-color css
<style>
span { border-color: #3A909D; }
span { border-color: rgb(58,144,157); }
td.TdClassName
{
border-color: #3A909D;
}
.TagClassName
{
border-color: #3A909D;
}
</style>