Shades of Scooter #3999A5
Tints of Scooter #3999A5
RGB
CMYK
RGB Variations
Color information
#3999A5 (or 0x3999A5) is known color: Scooter. HEX triplet: 39, 99 and A5. RGB value is (57,153,165). Sum of RGB (Red+Green+Blue) = 57+153+165=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #3999A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3999A5 is #C6665A. Grayscale: #7D7D7D. Windows color (decimal): -13002331 or 10852665. OLE color: 10852665.
HSL color Cylindrical-coordinate representation of color #3999A5: hue angle of 186.67º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3999A5 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 153 | 165 | - |
| CMYK | 0.65 | 0.07 | 0 | 0.35 |
| HSL | 186.67º | 0.49% | 0.44% | - |
| HSV(B) | 186.67º | 0.65% | 0.65% | - |
| XYZ | 19.87 | 26.37 | 39.64 | - |
| YUV | 125.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 165 | 0.65 | 0.07 | 0 | 0.35 | 186.67 | 0.49 | 0.44 |
| Hex | 39 | 99 | A5 | 41 | 7 | 0 | 23 | BB | 31 | 2C |
| Octal | 71 | 231 | 245 | 101 | 7 | 0 | 43 | 273 | 61 | 54 |
| Binary | 111001 | 10011001 | 10100101 | 1000001 | 111 | 0 | 100011 | 10111011 | 110001 | 101100 |
Color Harmonies of #3999A5
Complementary color
Monochromatic Colors of #3999A5
Black with #3999A5
Text Example
Text Example
White with #3999A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3999A5; }
p { color: rgb(57,153,165); }
H1.HeaderClassName
{
color: #3999A5;
}
.AnyTagClassName
{
color: #3999A5;
}
</style>
background-color css
<style>
a { background-color: #3999A5; }
a { background-color: rgb(57,153,165); }
div.DivClassName
{
background-color: #3999A5;
}
.BgClassName
{
background-color: #3999A5;
}
</style>
border-color css
<style>
span { border-color: #3999A5; }
span { border-color: rgb(57,153,165); }
td.TdClassName
{
border-color: #3999A5;
}
.TagClassName
{
border-color: #3999A5;
}
</style>