Shades of Scooter #399BA0
Tints of Scooter #399BA0
RGB
CMYK
RGB Variations
Color information
#399BA0 (or 0x399BA0) is known color: Scooter. HEX triplet: 39, 9B and A0. RGB value is (57,155,160). Sum of RGB (Red+Green+Blue) = 57+155+160=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #399BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399BA0 is #C6645F. Grayscale: #7E7E7E. Windows color (decimal): -13001824 or 10525497. OLE color: 10525497.
HSL color Cylindrical-coordinate representation of color #399BA0: hue angle of 182.91º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399BA0 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 155 | 160 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.37 |
| HSL | 182.91º | 0.47% | 0.43% | - |
| HSV(B) | 182.91º | 0.64% | 0.63% | - |
| XYZ | 19.75 | 26.85 | 37.4 | - |
| YUV | 126.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 160 | 0.64 | 0.03 | 0 | 0.37 | 182.91 | 0.47 | 0.43 |
| Hex | 39 | 9B | A0 | 40 | 3 | 0 | 25 | B7 | 2F | 2B |
| Octal | 71 | 233 | 240 | 100 | 3 | 0 | 45 | 267 | 57 | 53 |
| Binary | 111001 | 10011011 | 10100000 | 1000000 | 11 | 0 | 100101 | 10110111 | 101111 | 101011 |
Color Harmonies of #399BA0
Complementary color
Monochromatic Colors of #399BA0
Black with #399BA0
Text Example
Text Example
White with #399BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BA0; }
p { color: rgb(57,155,160); }
H1.HeaderClassName
{
color: #399BA0;
}
.AnyTagClassName
{
color: #399BA0;
}
</style>
background-color css
<style>
a { background-color: #399BA0; }
a { background-color: rgb(57,155,160); }
div.DivClassName
{
background-color: #399BA0;
}
.BgClassName
{
background-color: #399BA0;
}
</style>
border-color css
<style>
span { border-color: #399BA0; }
span { border-color: rgb(57,155,160); }
td.TdClassName
{
border-color: #399BA0;
}
.TagClassName
{
border-color: #399BA0;
}
</style>