Shades of Scooter #2680AD
Tints of Scooter #2680AD
RGB
CMYK
RGB Variations
Color information
#2680AD (or 0x2680AD) is known color: Scooter. HEX triplet: 26, 80 and AD. RGB value is (38,128,173). Sum of RGB (Red+Green+Blue) = 38+128+173=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #2680AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2680AD is #D97F52. Grayscale: #696969. Windows color (decimal): -14253907 or 11370534. OLE color: 11370534.
HSL color Cylindrical-coordinate representation of color #2680AD: hue angle of 200º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2680AD is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 128 | 173 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.32 |
| HSL | 200º | 0.64% | 0.41% | - |
| HSV(B) | 200º | 0.78% | 0.68% | - |
| XYZ | 16.06 | 18.87 | 42.33 | - |
| YUV | 106.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 173 | 0.78 | 0.26 | 0 | 0.32 | 200 | 0.64 | 0.41 |
| Hex | 26 | 80 | AD | 4E | 1A | 0 | 20 | C8 | 40 | 29 |
| Octal | 46 | 200 | 255 | 116 | 32 | 0 | 40 | 310 | 100 | 51 |
| Binary | 100110 | 10000000 | 10101101 | 1001110 | 11010 | 0 | 100000 | 11001000 | 1000000 | 101001 |
Color Harmonies of #2680AD
Complementary color
Monochromatic Colors of #2680AD
Black with #2680AD
Text Example
Text Example
White with #2680AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2680AD; }
p { color: rgb(38,128,173); }
H1.HeaderClassName
{
color: #2680AD;
}
.AnyTagClassName
{
color: #2680AD;
}
</style>
background-color css
<style>
a { background-color: #2680AD; }
a { background-color: rgb(38,128,173); }
div.DivClassName
{
background-color: #2680AD;
}
.BgClassName
{
background-color: #2680AD;
}
</style>
border-color css
<style>
span { border-color: #2680AD; }
span { border-color: rgb(38,128,173); }
td.TdClassName
{
border-color: #2680AD;
}
.TagClassName
{
border-color: #2680AD;
}
</style>