Shades of Scooter #2B85AD
Tints of Scooter #2B85AD
RGB
CMYK
RGB Variations
Color information
#2B85AD (or 0x2B85AD) is known color: Scooter. HEX triplet: 2B, 85 and AD. RGB value is (43,133,173). Sum of RGB (Red+Green+Blue) = 43+133+173=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B85AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B85AD is #D47A52. Grayscale: #6E6E6E. Windows color (decimal): -13924947 or 11371819. OLE color: 11371819.
HSL color Cylindrical-coordinate representation of color #2B85AD: hue angle of 198.46º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B85AD is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 133 | 173 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.32 |
| HSL | 198.46º | 0.6% | 0.42% | - |
| HSV(B) | 198.46º | 0.75% | 0.68% | - |
| XYZ | 16.93 | 20.31 | 42.56 | - |
| YUV | 110.65 | 163.18 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 173 | 0.75 | 0.23 | 0 | 0.32 | 198.46 | 0.6 | 0.42 |
| Hex | 2B | 85 | AD | 4B | 17 | 0 | 20 | C6 | 3C | 2A |
| Octal | 53 | 205 | 255 | 113 | 27 | 0 | 40 | 306 | 74 | 52 |
| Binary | 101011 | 10000101 | 10101101 | 1001011 | 10111 | 0 | 100000 | 11000110 | 111100 | 101010 |
Color Harmonies of #2B85AD
Complementary color
Monochromatic Colors of #2B85AD
Black with #2B85AD
Text Example
Text Example
White with #2B85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B85AD; }
p { color: rgb(43,133,173); }
H1.HeaderClassName
{
color: #2B85AD;
}
.AnyTagClassName
{
color: #2B85AD;
}
</style>
background-color css
<style>
a { background-color: #2B85AD; }
a { background-color: rgb(43,133,173); }
div.DivClassName
{
background-color: #2B85AD;
}
.BgClassName
{
background-color: #2B85AD;
}
</style>
border-color css
<style>
span { border-color: #2B85AD; }
span { border-color: rgb(43,133,173); }
td.TdClassName
{
border-color: #2B85AD;
}
.TagClassName
{
border-color: #2B85AD;
}
</style>