Shades of Scooter #39889C
Tints of Scooter #39889C
RGB
CMYK
RGB Variations
Color information
#39889C (or 0x39889C) is known color: Scooter. HEX triplet: 39, 88 and 9C. RGB value is (57,136,156). Sum of RGB (Red+Green+Blue) = 57+136+156=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #39889C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39889C is #C67763. Grayscale: #727272. Windows color (decimal): -13006692 or 10258489. OLE color: 10258489.
HSL color Cylindrical-coordinate representation of color #39889C: hue angle of 192.12º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39889C is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 136 | 156 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.39 |
| HSL | 192.12º | 0.46% | 0.42% | - |
| HSV(B) | 192.12º | 0.63% | 0.61% | - |
| XYZ | 16.49 | 20.88 | 34.61 | - |
| YUV | 114.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 156 | 0.63 | 0.13 | 0 | 0.39 | 192.12 | 0.46 | 0.42 |
| Hex | 39 | 88 | 9C | 3F | D | 0 | 27 | C0 | 2E | 2A |
| Octal | 71 | 210 | 234 | 77 | 15 | 0 | 47 | 300 | 56 | 52 |
| Binary | 111001 | 10001000 | 10011100 | 111111 | 1101 | 0 | 100111 | 11000000 | 101110 | 101010 |
Color Harmonies of #39889C
Complementary color
Monochromatic Colors of #39889C
Black with #39889C
Text Example
Text Example
White with #39889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39889C; }
p { color: rgb(57,136,156); }
H1.HeaderClassName
{
color: #39889C;
}
.AnyTagClassName
{
color: #39889C;
}
</style>
background-color css
<style>
a { background-color: #39889C; }
a { background-color: rgb(57,136,156); }
div.DivClassName
{
background-color: #39889C;
}
.BgClassName
{
background-color: #39889C;
}
</style>
border-color css
<style>
span { border-color: #39889C; }
span { border-color: rgb(57,136,156); }
td.TdClassName
{
border-color: #39889C;
}
.TagClassName
{
border-color: #39889C;
}
</style>