Shades of Scooter #39859B
Tints of Scooter #39859B
RGB
CMYK
RGB Variations
Color information
#39859B (or 0x39859B) is known color: Scooter. HEX triplet: 39, 85 and 9B. RGB value is (57,133,155). Sum of RGB (Red+Green+Blue) = 57+133+155=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #39859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39859B is #C67A64. Grayscale: #707070. Windows color (decimal): -13007461 or 10192185. OLE color: 10192185.
HSL color Cylindrical-coordinate representation of color #39859B: hue angle of 193.47º 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 #39859B is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 133 | 155 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.39 |
| HSL | 193.47º | 0.46% | 0.42% | - |
| HSV(B) | 193.47º | 0.63% | 0.61% | - |
| XYZ | 15.99 | 20.01 | 34.03 | - |
| YUV | 112.78 | 151.82 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 155 | 0.63 | 0.14 | 0 | 0.39 | 193.47 | 0.46 | 0.42 |
| Hex | 39 | 85 | 9B | 3F | E | 0 | 27 | C1 | 2E | 2A |
| Octal | 71 | 205 | 233 | 77 | 16 | 0 | 47 | 301 | 56 | 52 |
| Binary | 111001 | 10000101 | 10011011 | 111111 | 1110 | 0 | 100111 | 11000001 | 101110 | 101010 |
Color Harmonies of #39859B
Complementary color
Monochromatic Colors of #39859B
Black with #39859B
Text Example
Text Example
White with #39859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39859B; }
p { color: rgb(57,133,155); }
H1.HeaderClassName
{
color: #39859B;
}
.AnyTagClassName
{
color: #39859B;
}
</style>
background-color css
<style>
a { background-color: #39859B; }
a { background-color: rgb(57,133,155); }
div.DivClassName
{
background-color: #39859B;
}
.BgClassName
{
background-color: #39859B;
}
</style>
border-color css
<style>
span { border-color: #39859B; }
span { border-color: rgb(57,133,155); }
td.TdClassName
{
border-color: #39859B;
}
.TagClassName
{
border-color: #39859B;
}
</style>