Shades of Scooter #3A98A9
Tints of Scooter #3A98A9
RGB
CMYK
RGB Variations
Color information
#3A98A9 (or 0x3A98A9) is known color: Scooter. HEX triplet: 3A, 98 and A9. RGB value is (58,152,169). Sum of RGB (Red+Green+Blue) = 58+152+169=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A98A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A98A9 is #C56756. Grayscale: #7D7D7D. Windows color (decimal): -12937047 or 11114554. OLE color: 11114554.
HSL color Cylindrical-coordinate representation of color #3A98A9: hue angle of 189.19º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A98A9 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 152 | 169 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.34 |
| HSL | 189.19º | 0.49% | 0.45% | - |
| HSV(B) | 189.19º | 0.66% | 0.66% | - |
| XYZ | 20.13 | 26.22 | 41.54 | - |
| YUV | 125.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 169 | 0.66 | 0.10 | 0 | 0.34 | 189.19 | 0.49 | 0.45 |
| Hex | 3A | 98 | A9 | 42 | A | 0 | 22 | BD | 31 | 2D |
| Octal | 72 | 230 | 251 | 102 | 12 | 0 | 42 | 275 | 61 | 55 |
| Binary | 111010 | 10011000 | 10101001 | 1000010 | 1010 | 0 | 100010 | 10111101 | 110001 | 101101 |
Color Harmonies of #3A98A9
Complementary color
Monochromatic Colors of #3A98A9
Black with #3A98A9
Text Example
Text Example
White with #3A98A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A98A9; }
p { color: rgb(58,152,169); }
H1.HeaderClassName
{
color: #3A98A9;
}
.AnyTagClassName
{
color: #3A98A9;
}
</style>
background-color css
<style>
a { background-color: #3A98A9; }
a { background-color: rgb(58,152,169); }
div.DivClassName
{
background-color: #3A98A9;
}
.BgClassName
{
background-color: #3A98A9;
}
</style>
border-color css
<style>
span { border-color: #3A98A9; }
span { border-color: rgb(58,152,169); }
td.TdClassName
{
border-color: #3A98A9;
}
.TagClassName
{
border-color: #3A98A9;
}
</style>