Shades of Scooter #2681A9
Tints of Scooter #2681A9
RGB
CMYK
RGB Variations
Color information
#2681A9 (or 0x2681A9) is known color: Scooter. HEX triplet: 26, 81 and A9. RGB value is (38,129,169). Sum of RGB (Red+Green+Blue) = 38+129+169=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 169 (66.41% from 255 or 50.30% from 336); Max value from RGB is 169 - color contains mainly: blue. Hex color #2681A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2681A9 is #D97E56. Grayscale: #6A6A6A. Windows color (decimal): -14253655 or 11108646. OLE color: 11108646.
HSL color Cylindrical-coordinate representation of color #2681A9: hue angle of 198.32º 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 #2681A9 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 129 | 169 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.34 |
| HSL | 198.32º | 0.63% | 0.41% | - |
| HSV(B) | 198.32º | 0.78% | 0.66% | - |
| XYZ | 15.81 | 18.98 | 40.37 | - |
| YUV | 106.35 | 163.35 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 169 | 0.78 | 0.24 | 0 | 0.34 | 198.32 | 0.63 | 0.41 |
| Hex | 26 | 81 | A9 | 4E | 18 | 0 | 22 | C6 | 3F | 29 |
| Octal | 46 | 201 | 251 | 116 | 30 | 0 | 42 | 306 | 77 | 51 |
| Binary | 100110 | 10000001 | 10101001 | 1001110 | 11000 | 0 | 100010 | 11000110 | 111111 | 101001 |
Color Harmonies of #2681A9
Complementary color
Monochromatic Colors of #2681A9
Black with #2681A9
Text Example
Text Example
White with #2681A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2681A9; }
p { color: rgb(38,129,169); }
H1.HeaderClassName
{
color: #2681A9;
}
.AnyTagClassName
{
color: #2681A9;
}
</style>
background-color css
<style>
a { background-color: #2681A9; }
a { background-color: rgb(38,129,169); }
div.DivClassName
{
background-color: #2681A9;
}
.BgClassName
{
background-color: #2681A9;
}
</style>
border-color css
<style>
span { border-color: #2681A9; }
span { border-color: rgb(38,129,169); }
td.TdClassName
{
border-color: #2681A9;
}
.TagClassName
{
border-color: #2681A9;
}
</style>