Shades of Scooter #398FA2
Tints of Scooter #398FA2
RGB
CMYK
RGB Variations
Color information
#398FA2 (or 0x398FA2) is known color: Scooter. HEX triplet: 39, 8F and A2. RGB value is (57,143,162). Sum of RGB (Red+Green+Blue) = 57+143+162=362 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.75% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 162 (63.67% from 255 or 44.75% from 362); Max value from RGB is 162 - color contains mainly: blue. Hex color #398FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398FA2 is #C6705D. Grayscale: #777777. Windows color (decimal): -13004894 or 10653497. OLE color: 10653497.
HSL color Cylindrical-coordinate representation of color #398FA2: hue angle of 190.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #398FA2 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 143 | 162 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.36 |
| HSL | 190.86º | 0.48% | 0.43% | - |
| HSV(B) | 190.86º | 0.65% | 0.64% | - |
| XYZ | 18.03 | 23.12 | 37.7 | - |
| YUV | 119.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 162 | 0.65 | 0.12 | 0 | 0.36 | 190.86 | 0.48 | 0.43 |
| Hex | 39 | 8F | A2 | 41 | C | 0 | 24 | BF | 30 | 2B |
| Octal | 71 | 217 | 242 | 101 | 14 | 0 | 44 | 277 | 60 | 53 |
| Binary | 111001 | 10001111 | 10100010 | 1000001 | 1100 | 0 | 100100 | 10111111 | 110000 | 101011 |
Color Harmonies of #398FA2
Complementary color
Monochromatic Colors of #398FA2
Black with #398FA2
Text Example
Text Example
White with #398FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398FA2; }
p { color: rgb(57,143,162); }
H1.HeaderClassName
{
color: #398FA2;
}
.AnyTagClassName
{
color: #398FA2;
}
</style>
background-color css
<style>
a { background-color: #398FA2; }
a { background-color: rgb(57,143,162); }
div.DivClassName
{
background-color: #398FA2;
}
.BgClassName
{
background-color: #398FA2;
}
</style>
border-color css
<style>
span { border-color: #398FA2; }
span { border-color: rgb(57,143,162); }
td.TdClassName
{
border-color: #398FA2;
}
.TagClassName
{
border-color: #398FA2;
}
</style>