Shades of Scooter #399BA1
Tints of Scooter #399BA1
RGB
CMYK
RGB Variations
Color information
#399BA1 (or 0x399BA1) is known color: Scooter. HEX triplet: 39, 9B and A1. RGB value is (57,155,161). Sum of RGB (Red+Green+Blue) = 57+155+161=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #399BA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399BA1 is #C6645E. Grayscale: #7E7E7E. Windows color (decimal): -13001823 or 10591033. OLE color: 10591033.
HSL color Cylindrical-coordinate representation of color #399BA1: hue angle of 183.46º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #399BA1 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 155 | 161 | - |
| CMYK | 0.65 | 0.04 | 0 | 0.37 |
| HSL | 183.46º | 0.48% | 0.43% | - |
| HSV(B) | 183.46º | 0.65% | 0.63% | - |
| XYZ | 19.84 | 26.89 | 37.86 | - |
| YUV | 126.38 | 147.53 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 161 | 0.65 | 0.04 | 0 | 0.37 | 183.46 | 0.48 | 0.43 |
| Hex | 39 | 9B | A1 | 41 | 4 | 0 | 25 | B7 | 30 | 2B |
| Octal | 71 | 233 | 241 | 101 | 4 | 0 | 45 | 267 | 60 | 53 |
| Binary | 111001 | 10011011 | 10100001 | 1000001 | 100 | 0 | 100101 | 10110111 | 110000 | 101011 |
Color Harmonies of #399BA1
Complementary color
Monochromatic Colors of #399BA1
Black with #399BA1
Text Example
Text Example
White with #399BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BA1; }
p { color: rgb(57,155,161); }
H1.HeaderClassName
{
color: #399BA1;
}
.AnyTagClassName
{
color: #399BA1;
}
</style>
background-color css
<style>
a { background-color: #399BA1; }
a { background-color: rgb(57,155,161); }
div.DivClassName
{
background-color: #399BA1;
}
.BgClassName
{
background-color: #399BA1;
}
</style>
border-color css
<style>
span { border-color: #399BA1; }
span { border-color: rgb(57,155,161); }
td.TdClassName
{
border-color: #399BA1;
}
.TagClassName
{
border-color: #399BA1;
}
</style>