Shades of Scooter #2689A0
Tints of Scooter #2689A0
RGB
CMYK
RGB Variations
Color information
#2689A0 (or 0x2689A0) is known color: Scooter. HEX triplet: 26, 89 and A0. RGB value is (38,137,160). Sum of RGB (Red+Green+Blue) = 38+137+160=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #2689A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2689A0 is #D9765F. Grayscale: #6D6D6D. Windows color (decimal): -14251616 or 10520870. OLE color: 10520870.
HSL color Cylindrical-coordinate representation of color #2689A0: hue angle of 191.31º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2689A0 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 137 | 160 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.37 |
| HSL | 191.31º | 0.62% | 0.39% | - |
| HSV(B) | 191.31º | 0.76% | 0.63% | - |
| XYZ | 16.09 | 20.84 | 36.43 | - |
| YUV | 110.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 160 | 0.76 | 0.14 | 0 | 0.37 | 191.31 | 0.62 | 0.39 |
| Hex | 26 | 89 | A0 | 4C | E | 0 | 25 | BF | 3E | 27 |
| Octal | 46 | 211 | 240 | 114 | 16 | 0 | 45 | 277 | 76 | 47 |
| Binary | 100110 | 10001001 | 10100000 | 1001100 | 1110 | 0 | 100101 | 10111111 | 111110 | 100111 |
Color Harmonies of #2689A0
Complementary color
Monochromatic Colors of #2689A0
Black with #2689A0
Text Example
Text Example
White with #2689A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2689A0; }
p { color: rgb(38,137,160); }
H1.HeaderClassName
{
color: #2689A0;
}
.AnyTagClassName
{
color: #2689A0;
}
</style>
background-color css
<style>
a { background-color: #2689A0; }
a { background-color: rgb(38,137,160); }
div.DivClassName
{
background-color: #2689A0;
}
.BgClassName
{
background-color: #2689A0;
}
</style>
border-color css
<style>
span { border-color: #2689A0; }
span { border-color: rgb(38,137,160); }
td.TdClassName
{
border-color: #2689A0;
}
.TagClassName
{
border-color: #2689A0;
}
</style>