Shades of Scooter #3A9FAB
Tints of Scooter #3A9FAB
RGB
CMYK
RGB Variations
Color information
#3A9FAB (or 0x3A9FAB) is known color: Scooter. HEX triplet: 3A, 9F and AB. RGB value is (58,159,171). Sum of RGB (Red+Green+Blue) = 58+159+171=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A9FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9FAB is #C56054. Grayscale: #828282. Windows color (decimal): -12935253 or 11247418. OLE color: 11247418.
HSL color Cylindrical-coordinate representation of color #3A9FAB: hue angle of 186.37º degrees, saturation: 0.49, 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 #3A9FAB is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 159 | 171 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.33 |
| HSL | 186.37º | 0.49% | 0.45% | - |
| HSV(B) | 186.37º | 0.66% | 0.67% | - |
| XYZ | 21.49 | 28.64 | 42.92 | - |
| YUV | 130.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 171 | 0.66 | 0.07 | 0 | 0.33 | 186.37 | 0.49 | 0.45 |
| Hex | 3A | 9F | AB | 42 | 7 | 0 | 21 | BA | 31 | 2D |
| Octal | 72 | 237 | 253 | 102 | 7 | 0 | 41 | 272 | 61 | 55 |
| Binary | 111010 | 10011111 | 10101011 | 1000010 | 111 | 0 | 100001 | 10111010 | 110001 | 101101 |
Color Harmonies of #3A9FAB
Complementary color
Monochromatic Colors of #3A9FAB
Black with #3A9FAB
Text Example
Text Example
White with #3A9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9FAB; }
p { color: rgb(58,159,171); }
H1.HeaderClassName
{
color: #3A9FAB;
}
.AnyTagClassName
{
color: #3A9FAB;
}
</style>
background-color css
<style>
a { background-color: #3A9FAB; }
a { background-color: rgb(58,159,171); }
div.DivClassName
{
background-color: #3A9FAB;
}
.BgClassName
{
background-color: #3A9FAB;
}
</style>
border-color css
<style>
span { border-color: #3A9FAB; }
span { border-color: rgb(58,159,171); }
td.TdClassName
{
border-color: #3A9FAB;
}
.TagClassName
{
border-color: #3A9FAB;
}
</style>