Shades of Scooter #39989E
Tints of Scooter #39989E
RGB
CMYK
RGB Variations
Color information
#39989E (or 0x39989E) is known color: Scooter. HEX triplet: 39, 98 and 9E. RGB value is (57,152,158). Sum of RGB (Red+Green+Blue) = 57+152+158=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #39989E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39989E is #C66761. Grayscale: #7C7C7C. Windows color (decimal): -13002594 or 10393657. OLE color: 10393657.
HSL color Cylindrical-coordinate representation of color #39989E: hue angle of 183.56º 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 #39989E is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 152 | 158 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.38 |
| HSL | 183.56º | 0.47% | 0.42% | - |
| HSV(B) | 183.56º | 0.64% | 0.62% | - |
| XYZ | 19.09 | 25.79 | 36.32 | - |
| YUV | 124.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 152 | 158 | 0.64 | 0.04 | 0 | 0.38 | 183.56 | 0.47 | 0.42 |
| Hex | 39 | 98 | 9E | 40 | 4 | 0 | 26 | B8 | 2F | 2A |
| Octal | 71 | 230 | 236 | 100 | 4 | 0 | 46 | 270 | 57 | 52 |
| Binary | 111001 | 10011000 | 10011110 | 1000000 | 100 | 0 | 100110 | 10111000 | 101111 | 101010 |
Color Harmonies of #39989E
Complementary color
Monochromatic Colors of #39989E
Black with #39989E
Text Example
Text Example
White with #39989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39989E; }
p { color: rgb(57,152,158); }
H1.HeaderClassName
{
color: #39989E;
}
.AnyTagClassName
{
color: #39989E;
}
</style>
background-color css
<style>
a { background-color: #39989E; }
a { background-color: rgb(57,152,158); }
div.DivClassName
{
background-color: #39989E;
}
.BgClassName
{
background-color: #39989E;
}
</style>
border-color css
<style>
span { border-color: #39989E; }
span { border-color: rgb(57,152,158); }
td.TdClassName
{
border-color: #39989E;
}
.TagClassName
{
border-color: #39989E;
}
</style>