Shades of Scooter #39859D
Tints of Scooter #39859D
RGB
CMYK
RGB Variations
Color information
#39859D (or 0x39859D) is known color: Scooter. HEX triplet: 39, 85 and 9D. RGB value is (57,133,157). Sum of RGB (Red+Green+Blue) = 57+133+157=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #39859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39859D is #C67A62. Grayscale: #707070. Windows color (decimal): -13007459 or 10323257. OLE color: 10323257.
HSL color Cylindrical-coordinate representation of color #39859D: hue angle of 194.4º 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 #39859D is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 133 | 157 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.38 |
| HSL | 194.4º | 0.47% | 0.42% | - |
| HSV(B) | 194.4º | 0.64% | 0.62% | - |
| XYZ | 16.16 | 20.08 | 34.92 | - |
| YUV | 113.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 157 | 0.64 | 0.15 | 0 | 0.38 | 194.4 | 0.47 | 0.42 |
| Hex | 39 | 85 | 9D | 40 | F | 0 | 26 | C2 | 2F | 2A |
| Octal | 71 | 205 | 235 | 100 | 17 | 0 | 46 | 302 | 57 | 52 |
| Binary | 111001 | 10000101 | 10011101 | 1000000 | 1111 | 0 | 100110 | 11000010 | 101111 | 101010 |
Color Harmonies of #39859D
Complementary color
Monochromatic Colors of #39859D
Black with #39859D
Text Example
Text Example
White with #39859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39859D; }
p { color: rgb(57,133,157); }
H1.HeaderClassName
{
color: #39859D;
}
.AnyTagClassName
{
color: #39859D;
}
</style>
background-color css
<style>
a { background-color: #39859D; }
a { background-color: rgb(57,133,157); }
div.DivClassName
{
background-color: #39859D;
}
.BgClassName
{
background-color: #39859D;
}
</style>
border-color css
<style>
span { border-color: #39859D; }
span { border-color: rgb(57,133,157); }
td.TdClassName
{
border-color: #39859D;
}
.TagClassName
{
border-color: #39859D;
}
</style>