Shades of Scooter #398B99
Tints of Scooter #398B99
RGB
CMYK
RGB Variations
Color information
#398B99 (or 0x398B99) is known color: Scooter. HEX triplet: 39, 8B and 99. RGB value is (57,139,153). Sum of RGB (Red+Green+Blue) = 57+139+153=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #398B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398B99 is #C67466. Grayscale: #737373. Windows color (decimal): -13005927 or 10062649. OLE color: 10062649.
HSL color Cylindrical-coordinate representation of color #398B99: hue angle of 188.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #398B99 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 139 | 153 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.4 |
| HSL | 188.75º | 0.46% | 0.41% | - |
| HSV(B) | 188.75º | 0.63% | 0.6% | - |
| XYZ | 16.67 | 21.64 | 33.43 | - |
| YUV | 116.08 | 148.83 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 153 | 0.63 | 0.09 | 0 | 0.4 | 188.75 | 0.46 | 0.41 |
| Hex | 39 | 8B | 99 | 3F | 9 | 0 | 28 | BD | 2E | 29 |
| Octal | 71 | 213 | 231 | 77 | 11 | 0 | 50 | 275 | 56 | 51 |
| Binary | 111001 | 10001011 | 10011001 | 111111 | 1001 | 0 | 101000 | 10111101 | 101110 | 101001 |
Color Harmonies of #398B99
Complementary color
Monochromatic Colors of #398B99
Black with #398B99
Text Example
Text Example
White with #398B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B99; }
p { color: rgb(57,139,153); }
H1.HeaderClassName
{
color: #398B99;
}
.AnyTagClassName
{
color: #398B99;
}
</style>
background-color css
<style>
a { background-color: #398B99; }
a { background-color: rgb(57,139,153); }
div.DivClassName
{
background-color: #398B99;
}
.BgClassName
{
background-color: #398B99;
}
</style>
border-color css
<style>
span { border-color: #398B99; }
span { border-color: rgb(57,139,153); }
td.TdClassName
{
border-color: #398B99;
}
.TagClassName
{
border-color: #398B99;
}
</style>