Shades of Scooter #39909D
Tints of Scooter #39909D
RGB
CMYK
RGB Variations
Color information
#39909D (or 0x39909D) is known color: Scooter. HEX triplet: 39, 90 and 9D. RGB value is (57,144,157). Sum of RGB (Red+Green+Blue) = 57+144+157=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #39909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39909D is #C66F62. Grayscale: #777777. Windows color (decimal): -13004643 or 10326073. OLE color: 10326073.
HSL color Cylindrical-coordinate representation of color #39909D: hue angle of 187.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 #39909D is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 144 | 157 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.38 |
| HSL | 187.8º | 0.47% | 0.42% | - |
| HSV(B) | 187.8º | 0.64% | 0.62% | - |
| XYZ | 17.75 | 23.25 | 35.45 | - |
| YUV | 119.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 157 | 0.64 | 0.08 | 0 | 0.38 | 187.8 | 0.47 | 0.42 |
| Hex | 39 | 90 | 9D | 40 | 8 | 0 | 26 | BC | 2F | 2A |
| Octal | 71 | 220 | 235 | 100 | 10 | 0 | 46 | 274 | 57 | 52 |
| Binary | 111001 | 10010000 | 10011101 | 1000000 | 1000 | 0 | 100110 | 10111100 | 101111 | 101010 |
Color Harmonies of #39909D
Complementary color
Monochromatic Colors of #39909D
Black with #39909D
Text Example
Text Example
White with #39909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39909D; }
p { color: rgb(57,144,157); }
H1.HeaderClassName
{
color: #39909D;
}
.AnyTagClassName
{
color: #39909D;
}
</style>
background-color css
<style>
a { background-color: #39909D; }
a { background-color: rgb(57,144,157); }
div.DivClassName
{
background-color: #39909D;
}
.BgClassName
{
background-color: #39909D;
}
</style>
border-color css
<style>
span { border-color: #39909D; }
span { border-color: rgb(57,144,157); }
td.TdClassName
{
border-color: #39909D;
}
.TagClassName
{
border-color: #39909D;
}
</style>