Shades of Scooter #39869E
Tints of Scooter #39869E
RGB
CMYK
RGB Variations
Color information
#39869E (or 0x39869E) is known color: Scooter. HEX triplet: 39, 86 and 9E. RGB value is (57,134,158). Sum of RGB (Red+Green+Blue) = 57+134+158=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #39869E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39869E is #C67961. Grayscale: #717171. Windows color (decimal): -13007202 or 10389049. OLE color: 10389049.
HSL color Cylindrical-coordinate representation of color #39869E: hue angle of 194.26º 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 #39869E is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 134 | 158 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.38 |
| HSL | 194.26º | 0.47% | 0.42% | - |
| HSV(B) | 194.26º | 0.64% | 0.62% | - |
| XYZ | 16.38 | 20.39 | 35.42 | - |
| YUV | 113.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 134 | 158 | 0.64 | 0.15 | 0 | 0.38 | 194.26 | 0.47 | 0.42 |
| Hex | 39 | 86 | 9E | 40 | F | 0 | 26 | C2 | 2F | 2A |
| Octal | 71 | 206 | 236 | 100 | 17 | 0 | 46 | 302 | 57 | 52 |
| Binary | 111001 | 10000110 | 10011110 | 1000000 | 1111 | 0 | 100110 | 11000010 | 101111 | 101010 |
Color Harmonies of #39869E
Complementary color
Monochromatic Colors of #39869E
Black with #39869E
Text Example
Text Example
White with #39869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39869E; }
p { color: rgb(57,134,158); }
H1.HeaderClassName
{
color: #39869E;
}
.AnyTagClassName
{
color: #39869E;
}
</style>
background-color css
<style>
a { background-color: #39869E; }
a { background-color: rgb(57,134,158); }
div.DivClassName
{
background-color: #39869E;
}
.BgClassName
{
background-color: #39869E;
}
</style>
border-color css
<style>
span { border-color: #39869E; }
span { border-color: rgb(57,134,158); }
td.TdClassName
{
border-color: #39869E;
}
.TagClassName
{
border-color: #39869E;
}
</style>