Shades of Scooter #2684A9
Tints of Scooter #2684A9
RGB
CMYK
RGB Variations
Color information
#2684A9 (or 0x2684A9) is known color: Scooter. HEX triplet: 26, 84 and A9. RGB value is (38,132,169). Sum of RGB (Red+Green+Blue) = 38+132+169=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #2684A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2684A9 is #D97B56. Grayscale: #6B6B6B. Windows color (decimal): -14252887 or 11109414. OLE color: 11109414.
HSL color Cylindrical-coordinate representation of color #2684A9: hue angle of 196.95º 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 #2684A9 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 132 | 169 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.34 |
| HSL | 196.95º | 0.63% | 0.41% | - |
| HSV(B) | 196.95º | 0.78% | 0.66% | - |
| XYZ | 16.21 | 19.78 | 40.5 | - |
| YUV | 108.11 | 162.36 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 169 | 0.78 | 0.22 | 0 | 0.34 | 196.95 | 0.63 | 0.41 |
| Hex | 26 | 84 | A9 | 4E | 16 | 0 | 22 | C5 | 3F | 29 |
| Octal | 46 | 204 | 251 | 116 | 26 | 0 | 42 | 305 | 77 | 51 |
| Binary | 100110 | 10000100 | 10101001 | 1001110 | 10110 | 0 | 100010 | 11000101 | 111111 | 101001 |
Color Harmonies of #2684A9
Complementary color
Monochromatic Colors of #2684A9
Black with #2684A9
Text Example
Text Example
White with #2684A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2684A9; }
p { color: rgb(38,132,169); }
H1.HeaderClassName
{
color: #2684A9;
}
.AnyTagClassName
{
color: #2684A9;
}
</style>
background-color css
<style>
a { background-color: #2684A9; }
a { background-color: rgb(38,132,169); }
div.DivClassName
{
background-color: #2684A9;
}
.BgClassName
{
background-color: #2684A9;
}
</style>
border-color css
<style>
span { border-color: #2684A9; }
span { border-color: rgb(38,132,169); }
td.TdClassName
{
border-color: #2684A9;
}
.TagClassName
{
border-color: #2684A9;
}
</style>