Shades of Scooter #398F9C
Tints of Scooter #398F9C
RGB
CMYK
RGB Variations
Color information
#398F9C (or 0x398F9C) is known color: Scooter. HEX triplet: 39, 8F and 9C. RGB value is (57,143,156). Sum of RGB (Red+Green+Blue) = 57+143+156=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #398F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398F9C is #C67063. Grayscale: #767676. Windows color (decimal): -13004900 or 10260281. OLE color: 10260281.
HSL color Cylindrical-coordinate representation of color #398F9C: hue angle of 187.88º 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 #398F9C is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 143 | 156 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.39 |
| HSL | 187.88º | 0.46% | 0.42% | - |
| HSV(B) | 187.88º | 0.63% | 0.61% | - |
| XYZ | 17.51 | 22.92 | 34.95 | - |
| YUV | 118.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 156 | 0.63 | 0.08 | 0 | 0.39 | 187.88 | 0.46 | 0.42 |
| Hex | 39 | 8F | 9C | 3F | 8 | 0 | 27 | BC | 2E | 2A |
| Octal | 71 | 217 | 234 | 77 | 10 | 0 | 47 | 274 | 56 | 52 |
| Binary | 111001 | 10001111 | 10011100 | 111111 | 1000 | 0 | 100111 | 10111100 | 101110 | 101010 |
Color Harmonies of #398F9C
Complementary color
Monochromatic Colors of #398F9C
Black with #398F9C
Text Example
Text Example
White with #398F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398F9C; }
p { color: rgb(57,143,156); }
H1.HeaderClassName
{
color: #398F9C;
}
.AnyTagClassName
{
color: #398F9C;
}
</style>
background-color css
<style>
a { background-color: #398F9C; }
a { background-color: rgb(57,143,156); }
div.DivClassName
{
background-color: #398F9C;
}
.BgClassName
{
background-color: #398F9C;
}
</style>
border-color css
<style>
span { border-color: #398F9C; }
span { border-color: rgb(57,143,156); }
td.TdClassName
{
border-color: #398F9C;
}
.TagClassName
{
border-color: #398F9C;
}
</style>