Shades of Scooter #2681AE
Tints of Scooter #2681AE
RGB
CMYK
RGB Variations
Color information
#2681AE (or 0x2681AE) is known color: Scooter. HEX triplet: 26, 81 and AE. RGB value is (38,129,174). Sum of RGB (Red+Green+Blue) = 38+129+174=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #2681AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2681AE is #D97E51. Grayscale: #6A6A6A. Windows color (decimal): -14253650 or 11436326. OLE color: 11436326.
HSL color Cylindrical-coordinate representation of color #2681AE: hue angle of 199.85º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2681AE is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 129 | 174 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.32 |
| HSL | 199.85º | 0.64% | 0.42% | - |
| HSV(B) | 199.85º | 0.78% | 0.68% | - |
| XYZ | 16.29 | 19.17 | 42.89 | - |
| YUV | 106.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 174 | 0.78 | 0.26 | 0 | 0.32 | 199.85 | 0.64 | 0.42 |
| Hex | 26 | 81 | AE | 4E | 1A | 0 | 20 | C8 | 40 | 2A |
| Octal | 46 | 201 | 256 | 116 | 32 | 0 | 40 | 310 | 100 | 52 |
| Binary | 100110 | 10000001 | 10101110 | 1001110 | 11010 | 0 | 100000 | 11001000 | 1000000 | 101010 |
Color Harmonies of #2681AE
Complementary color
Monochromatic Colors of #2681AE
Black with #2681AE
Text Example
Text Example
White with #2681AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2681AE; }
p { color: rgb(38,129,174); }
H1.HeaderClassName
{
color: #2681AE;
}
.AnyTagClassName
{
color: #2681AE;
}
</style>
background-color css
<style>
a { background-color: #2681AE; }
a { background-color: rgb(38,129,174); }
div.DivClassName
{
background-color: #2681AE;
}
.BgClassName
{
background-color: #2681AE;
}
</style>
border-color css
<style>
span { border-color: #2681AE; }
span { border-color: rgb(38,129,174); }
td.TdClassName
{
border-color: #2681AE;
}
.TagClassName
{
border-color: #2681AE;
}
</style>