Shades of Scooter #3A8997
Tints of Scooter #3A8997
RGB
CMYK
RGB Variations
Color information
#3A8997 (or 0x3A8997) is known color: Scooter. HEX triplet: 3A, 89 and 97. RGB value is (58,137,151). Sum of RGB (Red+Green+Blue) = 58+137+151=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A8997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8997 is #C57668. Grayscale: #727272. Windows color (decimal): -12940905 or 9931066. OLE color: 9931066.
HSL color Cylindrical-coordinate representation of color #3A8997: hue angle of 189.03º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A8997 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 137 | 151 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.41 |
| HSL | 189.03º | 0.44% | 0.41% | - |
| HSV(B) | 189.03º | 0.62% | 0.59% | - |
| XYZ | 16.28 | 21.03 | 32.48 | - |
| YUV | 114.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 151 | 0.62 | 0.09 | 0 | 0.41 | 189.03 | 0.44 | 0.41 |
| Hex | 3A | 89 | 97 | 3E | 9 | 0 | 29 | BD | 2C | 29 |
| Octal | 72 | 211 | 227 | 76 | 11 | 0 | 51 | 275 | 54 | 51 |
| Binary | 111010 | 10001001 | 10010111 | 111110 | 1001 | 0 | 101001 | 10111101 | 101100 | 101001 |
Color Harmonies of #3A8997
Complementary color
Monochromatic Colors of #3A8997
Black with #3A8997
Text Example
Text Example
White with #3A8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8997; }
p { color: rgb(58,137,151); }
H1.HeaderClassName
{
color: #3A8997;
}
.AnyTagClassName
{
color: #3A8997;
}
</style>
background-color css
<style>
a { background-color: #3A8997; }
a { background-color: rgb(58,137,151); }
div.DivClassName
{
background-color: #3A8997;
}
.BgClassName
{
background-color: #3A8997;
}
</style>
border-color css
<style>
span { border-color: #3A8997; }
span { border-color: rgb(58,137,151); }
td.TdClassName
{
border-color: #3A8997;
}
.TagClassName
{
border-color: #3A8997;
}
</style>