Shades of Scooter #39839B
Tints of Scooter #39839B
RGB
CMYK
RGB Variations
Color information
#39839B (or 0x39839B) is known color: Scooter. HEX triplet: 39, 83 and 9B. RGB value is (57,131,155). Sum of RGB (Red+Green+Blue) = 57+131+155=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #39839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39839B is #C67C64. Grayscale: #6F6F6F. Windows color (decimal): -13007973 or 10191673. OLE color: 10191673.
HSL color Cylindrical-coordinate representation of color #39839B: hue angle of 194.69º 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 #39839B is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 131 | 155 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.39 |
| HSL | 194.69º | 0.46% | 0.42% | - |
| HSV(B) | 194.69º | 0.63% | 0.61% | - |
| XYZ | 15.72 | 19.47 | 33.94 | - |
| YUV | 111.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 131 | 155 | 0.63 | 0.15 | 0 | 0.39 | 194.69 | 0.46 | 0.42 |
| Hex | 39 | 83 | 9B | 3F | F | 0 | 27 | C3 | 2E | 2A |
| Octal | 71 | 203 | 233 | 77 | 17 | 0 | 47 | 303 | 56 | 52 |
| Binary | 111001 | 10000011 | 10011011 | 111111 | 1111 | 0 | 100111 | 11000011 | 101110 | 101010 |
Color Harmonies of #39839B
Complementary color
Monochromatic Colors of #39839B
Black with #39839B
Text Example
Text Example
White with #39839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39839B; }
p { color: rgb(57,131,155); }
H1.HeaderClassName
{
color: #39839B;
}
.AnyTagClassName
{
color: #39839B;
}
</style>
background-color css
<style>
a { background-color: #39839B; }
a { background-color: rgb(57,131,155); }
div.DivClassName
{
background-color: #39839B;
}
.BgClassName
{
background-color: #39839B;
}
</style>
border-color css
<style>
span { border-color: #39839B; }
span { border-color: rgb(57,131,155); }
td.TdClassName
{
border-color: #39839B;
}
.TagClassName
{
border-color: #39839B;
}
</style>