Shades of Scooter #2682AC
Tints of Scooter #2682AC
RGB
CMYK
RGB Variations
Color information
#2682AC (or 0x2682AC) is known color: Scooter. HEX triplet: 26, 82 and AC. RGB value is (38,130,172). Sum of RGB (Red+Green+Blue) = 38+130+172=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #2682AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2682AC is #D97D53. Grayscale: #6B6B6B. Windows color (decimal): -14253396 or 11305510. OLE color: 11305510.
HSL color Cylindrical-coordinate representation of color #2682AC: hue angle of 198.81º 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 #2682AC is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 130 | 172 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.33 |
| HSL | 198.81º | 0.64% | 0.41% | - |
| HSV(B) | 198.81º | 0.78% | 0.67% | - |
| XYZ | 16.23 | 19.36 | 41.91 | - |
| YUV | 107.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 172 | 0.78 | 0.24 | 0 | 0.33 | 198.81 | 0.64 | 0.41 |
| Hex | 26 | 82 | AC | 4E | 18 | 0 | 21 | C7 | 40 | 29 |
| Octal | 46 | 202 | 254 | 116 | 30 | 0 | 41 | 307 | 100 | 51 |
| Binary | 100110 | 10000010 | 10101100 | 1001110 | 11000 | 0 | 100001 | 11000111 | 1000000 | 101001 |
Color Harmonies of #2682AC
Complementary color
Monochromatic Colors of #2682AC
Black with #2682AC
Text Example
Text Example
White with #2682AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2682AC; }
p { color: rgb(38,130,172); }
H1.HeaderClassName
{
color: #2682AC;
}
.AnyTagClassName
{
color: #2682AC;
}
</style>
background-color css
<style>
a { background-color: #2682AC; }
a { background-color: rgb(38,130,172); }
div.DivClassName
{
background-color: #2682AC;
}
.BgClassName
{
background-color: #2682AC;
}
</style>
border-color css
<style>
span { border-color: #2682AC; }
span { border-color: rgb(38,130,172); }
td.TdClassName
{
border-color: #2682AC;
}
.TagClassName
{
border-color: #2682AC;
}
</style>