Shades of Scooter #2689AB
Tints of Scooter #2689AB
RGB
CMYK
RGB Variations
Color information
#2689AB (or 0x2689AB) is known color: Scooter. HEX triplet: 26, 89 and AB. RGB value is (38,137,171). Sum of RGB (Red+Green+Blue) = 38+137+171=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #2689AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2689AB is #D97654. Grayscale: #6F6F6F. Windows color (decimal): -14251605 or 11241766. OLE color: 11241766.
HSL color Cylindrical-coordinate representation of color #2689AB: hue angle of 195.34º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2689AB is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 137 | 171 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.33 |
| HSL | 195.34º | 0.64% | 0.41% | - |
| HSV(B) | 195.34º | 0.78% | 0.67% | - |
| XYZ | 17.1 | 21.24 | 41.73 | - |
| YUV | 111.28 | 161.7 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 171 | 0.78 | 0.20 | 0 | 0.33 | 195.34 | 0.64 | 0.41 |
| Hex | 26 | 89 | AB | 4E | 14 | 0 | 21 | C3 | 40 | 29 |
| Octal | 46 | 211 | 253 | 116 | 24 | 0 | 41 | 303 | 100 | 51 |
| Binary | 100110 | 10001001 | 10101011 | 1001110 | 10100 | 0 | 100001 | 11000011 | 1000000 | 101001 |
Color Harmonies of #2689AB
Complementary color
Monochromatic Colors of #2689AB
Black with #2689AB
Text Example
Text Example
White with #2689AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2689AB; }
p { color: rgb(38,137,171); }
H1.HeaderClassName
{
color: #2689AB;
}
.AnyTagClassName
{
color: #2689AB;
}
</style>
background-color css
<style>
a { background-color: #2689AB; }
a { background-color: rgb(38,137,171); }
div.DivClassName
{
background-color: #2689AB;
}
.BgClassName
{
background-color: #2689AB;
}
</style>
border-color css
<style>
span { border-color: #2689AB; }
span { border-color: rgb(38,137,171); }
td.TdClassName
{
border-color: #2689AB;
}
.TagClassName
{
border-color: #2689AB;
}
</style>