Shades of Scooter #2688AC
Tints of Scooter #2688AC
RGB
CMYK
RGB Variations
Color information
#2688AC (or 0x2688AC) is known color: Scooter. HEX triplet: 26, 88 and AC. RGB value is (38,136,172). Sum of RGB (Red+Green+Blue) = 38+136+172=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #2688AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2688AC is #D97753. Grayscale: #6E6E6E. Windows color (decimal): -14251860 or 11307046. OLE color: 11307046.
HSL color Cylindrical-coordinate representation of color #2688AC: hue angle of 196.12º 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 #2688AC is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 136 | 172 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.33 |
| HSL | 196.12º | 0.64% | 0.41% | - |
| HSV(B) | 196.12º | 0.78% | 0.67% | - |
| XYZ | 17.05 | 21 | 42.18 | - |
| YUV | 110.8 | 162.53 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 136 | 172 | 0.78 | 0.21 | 0 | 0.33 | 196.12 | 0.64 | 0.41 |
| Hex | 26 | 88 | AC | 4E | 15 | 0 | 21 | C4 | 40 | 29 |
| Octal | 46 | 210 | 254 | 116 | 25 | 0 | 41 | 304 | 100 | 51 |
| Binary | 100110 | 10001000 | 10101100 | 1001110 | 10101 | 0 | 100001 | 11000100 | 1000000 | 101001 |
Color Harmonies of #2688AC
Complementary color
Monochromatic Colors of #2688AC
Black with #2688AC
Text Example
Text Example
White with #2688AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2688AC; }
p { color: rgb(38,136,172); }
H1.HeaderClassName
{
color: #2688AC;
}
.AnyTagClassName
{
color: #2688AC;
}
</style>
background-color css
<style>
a { background-color: #2688AC; }
a { background-color: rgb(38,136,172); }
div.DivClassName
{
background-color: #2688AC;
}
.BgClassName
{
background-color: #2688AC;
}
</style>
border-color css
<style>
span { border-color: #2688AC; }
span { border-color: rgb(38,136,172); }
td.TdClassName
{
border-color: #2688AC;
}
.TagClassName
{
border-color: #2688AC;
}
</style>