Shades of Scooter #399AAA
Tints of Scooter #399AAA
RGB
CMYK
RGB Variations
Color information
#399AAA (or 0x399AAA) is known color: Scooter. HEX triplet: 39, 9A and AA. RGB value is (57,154,170). Sum of RGB (Red+Green+Blue) = 57+154+170=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #399AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399AAA is #C66555. Grayscale: #7E7E7E. Windows color (decimal): -13002070 or 11180601. OLE color: 11180601.
HSL color Cylindrical-coordinate representation of color #399AAA: hue angle of 188.5º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #399AAA is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 154 | 170 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.33 |
| HSL | 188.5º | 0.5% | 0.45% | - |
| HSV(B) | 188.5º | 0.66% | 0.67% | - |
| XYZ | 20.5 | 26.88 | 42.14 | - |
| YUV | 126.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 170 | 0.66 | 0.09 | 0 | 0.33 | 188.5 | 0.5 | 0.45 |
| Hex | 39 | 9A | AA | 42 | 9 | 0 | 21 | BC | 32 | 2D |
| Octal | 71 | 232 | 252 | 102 | 11 | 0 | 41 | 274 | 62 | 55 |
| Binary | 111001 | 10011010 | 10101010 | 1000010 | 1001 | 0 | 100001 | 10111100 | 110010 | 101101 |
Color Harmonies of #399AAA
Complementary color
Monochromatic Colors of #399AAA
Black with #399AAA
Text Example
Text Example
White with #399AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399AAA; }
p { color: rgb(57,154,170); }
H1.HeaderClassName
{
color: #399AAA;
}
.AnyTagClassName
{
color: #399AAA;
}
</style>
background-color css
<style>
a { background-color: #399AAA; }
a { background-color: rgb(57,154,170); }
div.DivClassName
{
background-color: #399AAA;
}
.BgClassName
{
background-color: #399AAA;
}
</style>
border-color css
<style>
span { border-color: #399AAA; }
span { border-color: rgb(57,154,170); }
td.TdClassName
{
border-color: #399AAA;
}
.TagClassName
{
border-color: #399AAA;
}
</style>