Shades of Scooter #2B85A9
Tints of Scooter #2B85A9
RGB
CMYK
RGB Variations
Color information
#2B85A9 (or 0x2B85A9) is known color: Scooter. HEX triplet: 2B, 85 and A9. RGB value is (43,133,169). Sum of RGB (Red+Green+Blue) = 43+133+169=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #2B85A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B85A9 is #D47A56. Grayscale: #6D6D6D. Windows color (decimal): -13924951 or 11109675. OLE color: 11109675.
HSL color Cylindrical-coordinate representation of color #2B85A9: hue angle of 197.14º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B85A9 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 133 | 169 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.34 |
| HSL | 197.14º | 0.59% | 0.42% | - |
| HSV(B) | 197.14º | 0.75% | 0.66% | - |
| XYZ | 16.55 | 20.15 | 40.55 | - |
| YUV | 110.19 | 161.18 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 169 | 0.75 | 0.21 | 0 | 0.34 | 197.14 | 0.59 | 0.42 |
| Hex | 2B | 85 | A9 | 4B | 15 | 0 | 22 | C5 | 3B | 2A |
| Octal | 53 | 205 | 251 | 113 | 25 | 0 | 42 | 305 | 73 | 52 |
| Binary | 101011 | 10000101 | 10101001 | 1001011 | 10101 | 0 | 100010 | 11000101 | 111011 | 101010 |
Color Harmonies of #2B85A9
Complementary color
Monochromatic Colors of #2B85A9
Black with #2B85A9
Text Example
Text Example
White with #2B85A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B85A9; }
p { color: rgb(43,133,169); }
H1.HeaderClassName
{
color: #2B85A9;
}
.AnyTagClassName
{
color: #2B85A9;
}
</style>
background-color css
<style>
a { background-color: #2B85A9; }
a { background-color: rgb(43,133,169); }
div.DivClassName
{
background-color: #2B85A9;
}
.BgClassName
{
background-color: #2B85A9;
}
</style>
border-color css
<style>
span { border-color: #2B85A9; }
span { border-color: rgb(43,133,169); }
td.TdClassName
{
border-color: #2B85A9;
}
.TagClassName
{
border-color: #2B85A9;
}
</style>