Shades of Scooter #3995A9
Tints of Scooter #3995A9
RGB
CMYK
RGB Variations
Color information
#3995A9 (or 0x3995A9) is known color: Scooter. HEX triplet: 39, 95 and A9. RGB value is (57,149,169). Sum of RGB (Red+Green+Blue) = 57+149+169=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #3995A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3995A9 is #C66A56. Grayscale: #7B7B7B. Windows color (decimal): -13003351 or 11113785. OLE color: 11113785.
HSL color Cylindrical-coordinate representation of color #3995A9: hue angle of 190.71º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3995A9 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 57 | 149 | 169 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.34 |
| HSL | 190.71º | 0.5% | 0.44% | - |
| HSV(B) | 190.71º | 0.66% | 0.66% | - |
| XYZ | 19.6 | 25.23 | 41.37 | - |
| YUV | 123.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 169 | 0.66 | 0.12 | 0 | 0.34 | 190.71 | 0.5 | 0.44 |
| Hex | 39 | 95 | A9 | 42 | C | 0 | 22 | BF | 32 | 2C |
| Octal | 71 | 225 | 251 | 102 | 14 | 0 | 42 | 277 | 62 | 54 |
| Binary | 111001 | 10010101 | 10101001 | 1000010 | 1100 | 0 | 100010 | 10111111 | 110010 | 101100 |
Color Harmonies of #3995A9
Complementary color
Monochromatic Colors of #3995A9
Black with #3995A9
Text Example
Text Example
White with #3995A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3995A9; }
p { color: rgb(57,149,169); }
H1.HeaderClassName
{
color: #3995A9;
}
.AnyTagClassName
{
color: #3995A9;
}
</style>
background-color css
<style>
a { background-color: #3995A9; }
a { background-color: rgb(57,149,169); }
div.DivClassName
{
background-color: #3995A9;
}
.BgClassName
{
background-color: #3995A9;
}
</style>
border-color css
<style>
span { border-color: #3995A9; }
span { border-color: rgb(57,149,169); }
td.TdClassName
{
border-color: #3995A9;
}
.TagClassName
{
border-color: #3995A9;
}
</style>