Shades of Scooter #399BAC
Tints of Scooter #399BAC
RGB
CMYK
RGB Variations
Color information
#399BAC (or 0x399BAC) is known color: Scooter. HEX triplet: 39, 9B and AC. RGB value is (57,155,172). Sum of RGB (Red+Green+Blue) = 57+155+172=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #399BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399BAC is #C66453. Grayscale: #7F7F7F. Windows color (decimal): -13001812 or 11311929. OLE color: 11311929.
HSL color Cylindrical-coordinate representation of color #399BAC: hue angle of 188.87º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #399BAC is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 155 | 172 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.33 |
| HSL | 188.87º | 0.5% | 0.45% | - |
| HSV(B) | 188.87º | 0.67% | 0.67% | - |
| XYZ | 20.86 | 27.29 | 43.2 | - |
| YUV | 127.64 | 153.03 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 172 | 0.67 | 0.10 | 0 | 0.33 | 188.87 | 0.5 | 0.45 |
| Hex | 39 | 9B | AC | 43 | A | 0 | 21 | BD | 32 | 2D |
| Octal | 71 | 233 | 254 | 103 | 12 | 0 | 41 | 275 | 62 | 55 |
| Binary | 111001 | 10011011 | 10101100 | 1000011 | 1010 | 0 | 100001 | 10111101 | 110010 | 101101 |
Color Harmonies of #399BAC
Complementary color
Monochromatic Colors of #399BAC
Black with #399BAC
Text Example
Text Example
White with #399BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BAC; }
p { color: rgb(57,155,172); }
H1.HeaderClassName
{
color: #399BAC;
}
.AnyTagClassName
{
color: #399BAC;
}
</style>
background-color css
<style>
a { background-color: #399BAC; }
a { background-color: rgb(57,155,172); }
div.DivClassName
{
background-color: #399BAC;
}
.BgClassName
{
background-color: #399BAC;
}
</style>
border-color css
<style>
span { border-color: #399BAC; }
span { border-color: rgb(57,155,172); }
td.TdClassName
{
border-color: #399BAC;
}
.TagClassName
{
border-color: #399BAC;
}
</style>