Shades of Scooter #2689A2
Tints of Scooter #2689A2
RGB
CMYK
RGB Variations
Color information
#2689A2 (or 0x2689A2) is known color: Scooter. HEX triplet: 26, 89 and A2. RGB value is (38,137,162). Sum of RGB (Red+Green+Blue) = 38+137+162=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 137 (53.91% from 255 or 40.65% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #2689A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2689A2 is #D9765D. Grayscale: #6E6E6E. Windows color (decimal): -14251614 or 10651942. OLE color: 10651942.
HSL color Cylindrical-coordinate representation of color #2689A2: hue angle of 192.1º 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 #2689A2 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 137 | 162 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.36 |
| HSL | 192.1º | 0.62% | 0.39% | - |
| HSV(B) | 192.1º | 0.77% | 0.64% | - |
| XYZ | 16.27 | 20.91 | 37.36 | - |
| YUV | 110.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 162 | 0.77 | 0.15 | 0 | 0.36 | 192.1 | 0.62 | 0.39 |
| Hex | 26 | 89 | A2 | 4D | F | 0 | 24 | C0 | 3E | 27 |
| Octal | 46 | 211 | 242 | 115 | 17 | 0 | 44 | 300 | 76 | 47 |
| Binary | 100110 | 10001001 | 10100010 | 1001101 | 1111 | 0 | 100100 | 11000000 | 111110 | 100111 |
Color Harmonies of #2689A2
Complementary color
Monochromatic Colors of #2689A2
Black with #2689A2
Text Example
Text Example
White with #2689A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2689A2; }
p { color: rgb(38,137,162); }
H1.HeaderClassName
{
color: #2689A2;
}
.AnyTagClassName
{
color: #2689A2;
}
</style>
background-color css
<style>
a { background-color: #2689A2; }
a { background-color: rgb(38,137,162); }
div.DivClassName
{
background-color: #2689A2;
}
.BgClassName
{
background-color: #2689A2;
}
</style>
border-color css
<style>
span { border-color: #2689A2; }
span { border-color: rgb(38,137,162); }
td.TdClassName
{
border-color: #2689A2;
}
.TagClassName
{
border-color: #2689A2;
}
</style>