Shades of Scooter #2682A9
Tints of Scooter #2682A9
RGB
CMYK
RGB Variations
Color information
#2682A9 (or 0x2682A9) is known color: Scooter. HEX triplet: 26, 82 and A9. RGB value is (38,130,169). Sum of RGB (Red+Green+Blue) = 38+130+169=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 169 (66.41% from 255 or 50.15% from 337); Max value from RGB is 169 - color contains mainly: blue. Hex color #2682A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2682A9 is #D97D56. Grayscale: #6A6A6A. Windows color (decimal): -14253399 or 11108902. OLE color: 11108902.
HSL color Cylindrical-coordinate representation of color #2682A9: hue angle of 197.86º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2682A9 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 130 | 169 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.34 |
| HSL | 197.86º | 0.63% | 0.41% | - |
| HSV(B) | 197.86º | 0.78% | 0.66% | - |
| XYZ | 15.94 | 19.24 | 40.41 | - |
| YUV | 106.94 | 163.02 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 169 | 0.78 | 0.23 | 0 | 0.34 | 197.86 | 0.63 | 0.41 |
| Hex | 26 | 82 | A9 | 4E | 17 | 0 | 22 | C6 | 3F | 29 |
| Octal | 46 | 202 | 251 | 116 | 27 | 0 | 42 | 306 | 77 | 51 |
| Binary | 100110 | 10000010 | 10101001 | 1001110 | 10111 | 0 | 100010 | 11000110 | 111111 | 101001 |
Color Harmonies of #2682A9
Complementary color
Monochromatic Colors of #2682A9
Black with #2682A9
Text Example
Text Example
White with #2682A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2682A9; }
p { color: rgb(38,130,169); }
H1.HeaderClassName
{
color: #2682A9;
}
.AnyTagClassName
{
color: #2682A9;
}
</style>
background-color css
<style>
a { background-color: #2682A9; }
a { background-color: rgb(38,130,169); }
div.DivClassName
{
background-color: #2682A9;
}
.BgClassName
{
background-color: #2682A9;
}
</style>
border-color css
<style>
span { border-color: #2682A9; }
span { border-color: rgb(38,130,169); }
td.TdClassName
{
border-color: #2682A9;
}
.TagClassName
{
border-color: #2682A9;
}
</style>