Shades of Scooter #2680A2
Tints of Scooter #2680A2
RGB
CMYK
RGB Variations
Color information
#2680A2 (or 0x2680A2) is known color: Scooter. HEX triplet: 26, 80 and A2. RGB value is (38,128,162). Sum of RGB (Red+Green+Blue) = 38+128+162=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #2680A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2680A2 is #D97F5D. Grayscale: #686868. Windows color (decimal): -14253918 or 10649638. OLE color: 10649638.
HSL color Cylindrical-coordinate representation of color #2680A2: hue angle of 196.45º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2680A2 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 128 | 162 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.36 |
| HSL | 196.45º | 0.62% | 0.39% | - |
| HSV(B) | 196.45º | 0.77% | 0.64% | - |
| XYZ | 15.04 | 18.46 | 36.95 | - |
| YUV | 104.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 162 | 0.77 | 0.21 | 0 | 0.36 | 196.45 | 0.62 | 0.39 |
| Hex | 26 | 80 | A2 | 4D | 15 | 0 | 24 | C4 | 3E | 27 |
| Octal | 46 | 200 | 242 | 115 | 25 | 0 | 44 | 304 | 76 | 47 |
| Binary | 100110 | 10000000 | 10100010 | 1001101 | 10101 | 0 | 100100 | 11000100 | 111110 | 100111 |
Color Harmonies of #2680A2
Complementary color
Monochromatic Colors of #2680A2
Black with #2680A2
Text Example
Text Example
White with #2680A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2680A2; }
p { color: rgb(38,128,162); }
H1.HeaderClassName
{
color: #2680A2;
}
.AnyTagClassName
{
color: #2680A2;
}
</style>
background-color css
<style>
a { background-color: #2680A2; }
a { background-color: rgb(38,128,162); }
div.DivClassName
{
background-color: #2680A2;
}
.BgClassName
{
background-color: #2680A2;
}
</style>
border-color css
<style>
span { border-color: #2680A2; }
span { border-color: rgb(38,128,162); }
td.TdClassName
{
border-color: #2680A2;
}
.TagClassName
{
border-color: #2680A2;
}
</style>