Shades of Scooter #398A96
Tints of Scooter #398A96
RGB
CMYK
RGB Variations
Color information
#398A96 (or 0x398A96) is known color: Scooter. HEX triplet: 39, 8A and 96. RGB value is (57,138,150). Sum of RGB (Red+Green+Blue) = 57+138+150=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #398A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A96 is #C67569. Grayscale: #737373. Windows color (decimal): -13006186 or 9865785. OLE color: 9865785.
HSL color Cylindrical-coordinate representation of color #398A96: hue angle of 187.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398A96 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 138 | 150 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.41 |
| HSL | 187.74º | 0.45% | 0.41% | - |
| HSV(B) | 187.74º | 0.62% | 0.59% | - |
| XYZ | 16.28 | 21.25 | 32.1 | - |
| YUV | 115.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 150 | 0.62 | 0.08 | 0 | 0.41 | 187.74 | 0.45 | 0.41 |
| Hex | 39 | 8A | 96 | 3E | 8 | 0 | 29 | BC | 2D | 29 |
| Octal | 71 | 212 | 226 | 76 | 10 | 0 | 51 | 274 | 55 | 51 |
| Binary | 111001 | 10001010 | 10010110 | 111110 | 1000 | 0 | 101001 | 10111100 | 101101 | 101001 |
Color Harmonies of #398A96
Complementary color
Monochromatic Colors of #398A96
Black with #398A96
Text Example
Text Example
White with #398A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A96; }
p { color: rgb(57,138,150); }
H1.HeaderClassName
{
color: #398A96;
}
.AnyTagClassName
{
color: #398A96;
}
</style>
background-color css
<style>
a { background-color: #398A96; }
a { background-color: rgb(57,138,150); }
div.DivClassName
{
background-color: #398A96;
}
.BgClassName
{
background-color: #398A96;
}
</style>
border-color css
<style>
span { border-color: #398A96; }
span { border-color: rgb(57,138,150); }
td.TdClassName
{
border-color: #398A96;
}
.TagClassName
{
border-color: #398A96;
}
</style>