Shades of Scooter #398FA7
Tints of Scooter #398FA7
RGB
CMYK
RGB Variations
Color information
#398FA7 (or 0x398FA7) is known color: Scooter. HEX triplet: 39, 8F and A7. RGB value is (57,143,167). Sum of RGB (Red+Green+Blue) = 57+143+167=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: blue. Hex color #398FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398FA7 is #C67058. Grayscale: #777777. Windows color (decimal): -13004889 or 10981177. OLE color: 10981177.
HSL color Cylindrical-coordinate representation of color #398FA7: hue angle of 193.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #398FA7 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 143 | 167 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.35 |
| HSL | 193.09º | 0.49% | 0.44% | - |
| HSV(B) | 193.09º | 0.66% | 0.65% | - |
| XYZ | 18.48 | 23.3 | 40.08 | - |
| YUV | 120.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 167 | 0.66 | 0.14 | 0 | 0.35 | 193.09 | 0.49 | 0.44 |
| Hex | 39 | 8F | A7 | 42 | E | 0 | 23 | C1 | 31 | 2C |
| Octal | 71 | 217 | 247 | 102 | 16 | 0 | 43 | 301 | 61 | 54 |
| Binary | 111001 | 10001111 | 10100111 | 1000010 | 1110 | 0 | 100011 | 11000001 | 110001 | 101100 |
Color Harmonies of #398FA7
Complementary color
Monochromatic Colors of #398FA7
Black with #398FA7
Text Example
Text Example
White with #398FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398FA7; }
p { color: rgb(57,143,167); }
H1.HeaderClassName
{
color: #398FA7;
}
.AnyTagClassName
{
color: #398FA7;
}
</style>
background-color css
<style>
a { background-color: #398FA7; }
a { background-color: rgb(57,143,167); }
div.DivClassName
{
background-color: #398FA7;
}
.BgClassName
{
background-color: #398FA7;
}
</style>
border-color css
<style>
span { border-color: #398FA7; }
span { border-color: rgb(57,143,167); }
td.TdClassName
{
border-color: #398FA7;
}
.TagClassName
{
border-color: #398FA7;
}
</style>