Shades of Scooter #3A9DAC
Tints of Scooter #3A9DAC
RGB
CMYK
RGB Variations
Color information
#3A9DAC (or 0x3A9DAC) is known color: Scooter. HEX triplet: 3A, 9D and AC. RGB value is (58,157,172). Sum of RGB (Red+Green+Blue) = 58+157+172=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A9DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9DAC is #C56253. Grayscale: #808080. Windows color (decimal): -12935764 or 11312442. OLE color: 11312442.
HSL color Cylindrical-coordinate representation of color #3A9DAC: hue angle of 187.89º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A9DAC is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 157 | 172 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.33 |
| HSL | 187.89º | 0.5% | 0.45% | - |
| HSV(B) | 187.89º | 0.66% | 0.67% | - |
| XYZ | 21.25 | 27.99 | 43.31 | - |
| YUV | 129.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 157 | 172 | 0.66 | 0.09 | 0 | 0.33 | 187.89 | 0.5 | 0.45 |
| Hex | 3A | 9D | AC | 42 | 9 | 0 | 21 | BC | 32 | 2D |
| Octal | 72 | 235 | 254 | 102 | 11 | 0 | 41 | 274 | 62 | 55 |
| Binary | 111010 | 10011101 | 10101100 | 1000010 | 1001 | 0 | 100001 | 10111100 | 110010 | 101101 |
Color Harmonies of #3A9DAC
Complementary color
Monochromatic Colors of #3A9DAC
Black with #3A9DAC
Text Example
Text Example
White with #3A9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9DAC; }
p { color: rgb(58,157,172); }
H1.HeaderClassName
{
color: #3A9DAC;
}
.AnyTagClassName
{
color: #3A9DAC;
}
</style>
background-color css
<style>
a { background-color: #3A9DAC; }
a { background-color: rgb(58,157,172); }
div.DivClassName
{
background-color: #3A9DAC;
}
.BgClassName
{
background-color: #3A9DAC;
}
</style>
border-color css
<style>
span { border-color: #3A9DAC; }
span { border-color: rgb(58,157,172); }
td.TdClassName
{
border-color: #3A9DAC;
}
.TagClassName
{
border-color: #3A9DAC;
}
</style>