Shades of Scooter #3A929F
Tints of Scooter #3A929F
RGB
CMYK
RGB Variations
Color information
#3A929F (or 0x3A929F) is known color: Scooter. HEX triplet: 3A, 92 and 9F. RGB value is (58,146,159). Sum of RGB (Red+Green+Blue) = 58+146+159=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A929F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A929F is #C56D60. Grayscale: #797979. Windows color (decimal): -12938593 or 10457658. OLE color: 10457658.
HSL color Cylindrical-coordinate representation of color #3A929F: hue angle of 187.72º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A929F is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 146 | 159 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.38 |
| HSL | 187.72º | 0.47% | 0.43% | - |
| HSV(B) | 187.72º | 0.64% | 0.62% | - |
| XYZ | 18.28 | 23.96 | 36.46 | - |
| YUV | 121.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 159 | 0.64 | 0.08 | 0 | 0.38 | 187.72 | 0.47 | 0.43 |
| Hex | 3A | 92 | 9F | 40 | 8 | 0 | 26 | BC | 2F | 2B |
| Octal | 72 | 222 | 237 | 100 | 10 | 0 | 46 | 274 | 57 | 53 |
| Binary | 111010 | 10010010 | 10011111 | 1000000 | 1000 | 0 | 100110 | 10111100 | 101111 | 101011 |
Color Harmonies of #3A929F
Complementary color
Monochromatic Colors of #3A929F
Black with #3A929F
Text Example
Text Example
White with #3A929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A929F; }
p { color: rgb(58,146,159); }
H1.HeaderClassName
{
color: #3A929F;
}
.AnyTagClassName
{
color: #3A929F;
}
</style>
background-color css
<style>
a { background-color: #3A929F; }
a { background-color: rgb(58,146,159); }
div.DivClassName
{
background-color: #3A929F;
}
.BgClassName
{
background-color: #3A929F;
}
</style>
border-color css
<style>
span { border-color: #3A929F; }
span { border-color: rgb(58,146,159); }
td.TdClassName
{
border-color: #3A929F;
}
.TagClassName
{
border-color: #3A929F;
}
</style>