Shades of Scooter #399DAC
Tints of Scooter #399DAC
RGB
CMYK
RGB Variations
Color information
#399DAC (or 0x399DAC) is known color: Scooter. HEX triplet: 39, 9D and AC. RGB value is (57,157,172). Sum of RGB (Red+Green+Blue) = 57+157+172=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #399DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399DAC is #C66253. Grayscale: #808080. Windows color (decimal): -13001300 or 11312441. OLE color: 11312441.
HSL color Cylindrical-coordinate representation of color #399DAC: hue angle of 187.83º 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 #399DAC is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 157 | 172 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.33 |
| HSL | 187.83º | 0.5% | 0.45% | - |
| HSV(B) | 187.83º | 0.67% | 0.67% | - |
| XYZ | 21.19 | 27.96 | 43.31 | - |
| YUV | 128.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 172 | 0.67 | 0.09 | 0 | 0.33 | 187.83 | 0.5 | 0.45 |
| Hex | 39 | 9D | AC | 43 | 9 | 0 | 21 | BC | 32 | 2D |
| Octal | 71 | 235 | 254 | 103 | 11 | 0 | 41 | 274 | 62 | 55 |
| Binary | 111001 | 10011101 | 10101100 | 1000011 | 1001 | 0 | 100001 | 10111100 | 110010 | 101101 |
Color Harmonies of #399DAC
Complementary color
Monochromatic Colors of #399DAC
Black with #399DAC
Text Example
Text Example
White with #399DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399DAC; }
p { color: rgb(57,157,172); }
H1.HeaderClassName
{
color: #399DAC;
}
.AnyTagClassName
{
color: #399DAC;
}
</style>
background-color css
<style>
a { background-color: #399DAC; }
a { background-color: rgb(57,157,172); }
div.DivClassName
{
background-color: #399DAC;
}
.BgClassName
{
background-color: #399DAC;
}
</style>
border-color css
<style>
span { border-color: #399DAC; }
span { border-color: rgb(57,157,172); }
td.TdClassName
{
border-color: #399DAC;
}
.TagClassName
{
border-color: #399DAC;
}
</style>