Shades of Scooter #3799AB
Tints of Scooter #3799AB
RGB
CMYK
RGB Variations
Color information
#3799AB (or 0x3799AB) is known color: Scooter. HEX triplet: 37, 99 and AB. RGB value is (55,153,171). Sum of RGB (Red+Green+Blue) = 55+153+171=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #3799AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3799AB is #C86654. Grayscale: #7D7D7D. Windows color (decimal): -13133397 or 11245879. OLE color: 11245879.
HSL color Cylindrical-coordinate representation of color #3799AB: hue angle of 189.31º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3799AB is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 153 | 171 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.33 |
| HSL | 189.31º | 0.51% | 0.44% | - |
| HSV(B) | 189.31º | 0.68% | 0.67% | - |
| XYZ | 20.32 | 26.53 | 42.58 | - |
| YUV | 125.75 | 153.53 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 171 | 0.68 | 0.11 | 0 | 0.33 | 189.31 | 0.51 | 0.44 |
| Hex | 37 | 99 | AB | 44 | B | 0 | 21 | BD | 33 | 2C |
| Octal | 67 | 231 | 253 | 104 | 13 | 0 | 41 | 275 | 63 | 54 |
| Binary | 110111 | 10011001 | 10101011 | 1000100 | 1011 | 0 | 100001 | 10111101 | 110011 | 101100 |
Color Harmonies of #3799AB
Complementary color
Monochromatic Colors of #3799AB
Black with #3799AB
Text Example
Text Example
White with #3799AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3799AB; }
p { color: rgb(55,153,171); }
H1.HeaderClassName
{
color: #3799AB;
}
.AnyTagClassName
{
color: #3799AB;
}
</style>
background-color css
<style>
a { background-color: #3799AB; }
a { background-color: rgb(55,153,171); }
div.DivClassName
{
background-color: #3799AB;
}
.BgClassName
{
background-color: #3799AB;
}
</style>
border-color css
<style>
span { border-color: #3799AB; }
span { border-color: rgb(55,153,171); }
td.TdClassName
{
border-color: #3799AB;
}
.TagClassName
{
border-color: #3799AB;
}
</style>