Shades of Scooter #39959D
Tints of Scooter #39959D
RGB
CMYK
RGB Variations
Color information
#39959D (or 0x39959D) is known color: Scooter. HEX triplet: 39, 95 and 9D. RGB value is (57,149,157). Sum of RGB (Red+Green+Blue) = 57+149+157=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #39959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39959D is #C66A62. Grayscale: #7A7A7A. Windows color (decimal): -13003363 or 10327353. OLE color: 10327353.
HSL color Cylindrical-coordinate representation of color #39959D: hue angle of 184.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39959D is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 149 | 157 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.38 |
| HSL | 184.8º | 0.47% | 0.42% | - |
| HSV(B) | 184.8º | 0.64% | 0.62% | - |
| XYZ | 18.52 | 24.8 | 35.71 | - |
| YUV | 122.4 | 147.52 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 157 | 0.64 | 0.05 | 0 | 0.38 | 184.8 | 0.47 | 0.42 |
| Hex | 39 | 95 | 9D | 40 | 5 | 0 | 26 | B9 | 2F | 2A |
| Octal | 71 | 225 | 235 | 100 | 5 | 0 | 46 | 271 | 57 | 52 |
| Binary | 111001 | 10010101 | 10011101 | 1000000 | 101 | 0 | 100110 | 10111001 | 101111 | 101010 |
Color Harmonies of #39959D
Complementary color
Monochromatic Colors of #39959D
Black with #39959D
Text Example
Text Example
White with #39959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39959D; }
p { color: rgb(57,149,157); }
H1.HeaderClassName
{
color: #39959D;
}
.AnyTagClassName
{
color: #39959D;
}
</style>
background-color css
<style>
a { background-color: #39959D; }
a { background-color: rgb(57,149,157); }
div.DivClassName
{
background-color: #39959D;
}
.BgClassName
{
background-color: #39959D;
}
</style>
border-color css
<style>
span { border-color: #39959D; }
span { border-color: rgb(57,149,157); }
td.TdClassName
{
border-color: #39959D;
}
.TagClassName
{
border-color: #39959D;
}
</style>