Shades of Scooter #398EA5
Tints of Scooter #398EA5
RGB
CMYK
RGB Variations
Color information
#398EA5 (or 0x398EA5) is known color: Scooter. HEX triplet: 39, 8E and A5. RGB value is (57,142,165). Sum of RGB (Red+Green+Blue) = 57+142+165=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #398EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398EA5 is #C6715A. Grayscale: #777777. Windows color (decimal): -13005147 or 10849849. OLE color: 10849849.
HSL color Cylindrical-coordinate representation of color #398EA5: hue angle of 192.78º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #398EA5 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 142 | 165 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.35 |
| HSL | 192.78º | 0.49% | 0.44% | - |
| HSV(B) | 192.78º | 0.65% | 0.65% | - |
| XYZ | 18.15 | 22.93 | 39.07 | - |
| YUV | 119.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 165 | 0.65 | 0.14 | 0 | 0.35 | 192.78 | 0.49 | 0.44 |
| Hex | 39 | 8E | A5 | 41 | E | 0 | 23 | C1 | 31 | 2C |
| Octal | 71 | 216 | 245 | 101 | 16 | 0 | 43 | 301 | 61 | 54 |
| Binary | 111001 | 10001110 | 10100101 | 1000001 | 1110 | 0 | 100011 | 11000001 | 110001 | 101100 |
Color Harmonies of #398EA5
Complementary color
Monochromatic Colors of #398EA5
Black with #398EA5
Text Example
Text Example
White with #398EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398EA5; }
p { color: rgb(57,142,165); }
H1.HeaderClassName
{
color: #398EA5;
}
.AnyTagClassName
{
color: #398EA5;
}
</style>
background-color css
<style>
a { background-color: #398EA5; }
a { background-color: rgb(57,142,165); }
div.DivClassName
{
background-color: #398EA5;
}
.BgClassName
{
background-color: #398EA5;
}
</style>
border-color css
<style>
span { border-color: #398EA5; }
span { border-color: rgb(57,142,165); }
td.TdClassName
{
border-color: #398EA5;
}
.TagClassName
{
border-color: #398EA5;
}
</style>