Shades of Scooter #2786AD
Tints of Scooter #2786AD
RGB
CMYK
RGB Variations
Color information
#2786AD (or 0x2786AD) is known color: Scooter. HEX triplet: 27, 86 and AD. RGB value is (39,134,173). Sum of RGB (Red+Green+Blue) = 39+134+173=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #2786AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2786AD is #D87952. Grayscale: #6D6D6D. Windows color (decimal): -14186835 or 11372071. OLE color: 11372071.
HSL color Cylindrical-coordinate representation of color #2786AD: hue angle of 197.46º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2786AD is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 134 | 173 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.32 |
| HSL | 197.46º | 0.63% | 0.42% | - |
| HSV(B) | 197.46º | 0.77% | 0.68% | - |
| XYZ | 16.9 | 20.5 | 42.6 | - |
| YUV | 110.04 | 163.53 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 134 | 173 | 0.77 | 0.23 | 0 | 0.32 | 197.46 | 0.63 | 0.42 |
| Hex | 27 | 86 | AD | 4D | 17 | 0 | 20 | C5 | 3F | 2A |
| Octal | 47 | 206 | 255 | 115 | 27 | 0 | 40 | 305 | 77 | 52 |
| Binary | 100111 | 10000110 | 10101101 | 1001101 | 10111 | 0 | 100000 | 11000101 | 111111 | 101010 |
Color Harmonies of #2786AD
Complementary color
Monochromatic Colors of #2786AD
Black with #2786AD
Text Example
Text Example
White with #2786AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2786AD; }
p { color: rgb(39,134,173); }
H1.HeaderClassName
{
color: #2786AD;
}
.AnyTagClassName
{
color: #2786AD;
}
</style>
background-color css
<style>
a { background-color: #2786AD; }
a { background-color: rgb(39,134,173); }
div.DivClassName
{
background-color: #2786AD;
}
.BgClassName
{
background-color: #2786AD;
}
</style>
border-color css
<style>
span { border-color: #2786AD; }
span { border-color: rgb(39,134,173); }
td.TdClassName
{
border-color: #2786AD;
}
.TagClassName
{
border-color: #2786AD;
}
</style>