Shades of Scooter #39829F
Tints of Scooter #39829F
RGB
CMYK
RGB Variations
Color information
#39829F (or 0x39829F) is known color: Scooter. HEX triplet: 39, 82 and 9F. RGB value is (57,130,159). Sum of RGB (Red+Green+Blue) = 57+130+159=346 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.47% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #39829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39829F is #C67D60. Grayscale: #6F6F6F. Windows color (decimal): -13008225 or 10453561. OLE color: 10453561.
HSL color Cylindrical-coordinate representation of color #39829F: hue angle of 197.06º 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 #39829F is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 130 | 159 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.38 |
| HSL | 197.06º | 0.47% | 0.42% | - |
| HSV(B) | 197.06º | 0.64% | 0.62% | - |
| XYZ | 15.93 | 19.34 | 35.69 | - |
| YUV | 111.48 | 154.82 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 159 | 0.64 | 0.18 | 0 | 0.38 | 197.06 | 0.47 | 0.42 |
| Hex | 39 | 82 | 9F | 40 | 12 | 0 | 26 | C5 | 2F | 2A |
| Octal | 71 | 202 | 237 | 100 | 22 | 0 | 46 | 305 | 57 | 52 |
| Binary | 111001 | 10000010 | 10011111 | 1000000 | 10010 | 0 | 100110 | 11000101 | 101111 | 101010 |
Color Harmonies of #39829F
Complementary color
Monochromatic Colors of #39829F
Black with #39829F
Text Example
Text Example
White with #39829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39829F; }
p { color: rgb(57,130,159); }
H1.HeaderClassName
{
color: #39829F;
}
.AnyTagClassName
{
color: #39829F;
}
</style>
background-color css
<style>
a { background-color: #39829F; }
a { background-color: rgb(57,130,159); }
div.DivClassName
{
background-color: #39829F;
}
.BgClassName
{
background-color: #39829F;
}
</style>
border-color css
<style>
span { border-color: #39829F; }
span { border-color: rgb(57,130,159); }
td.TdClassName
{
border-color: #39829F;
}
.TagClassName
{
border-color: #39829F;
}
</style>