Shades of Scooter #2684AA
Tints of Scooter #2684AA
RGB
CMYK
RGB Variations
Color information
#2684AA (or 0x2684AA) is known color: Scooter. HEX triplet: 26, 84 and AA. RGB value is (38,132,170). Sum of RGB (Red+Green+Blue) = 38+132+170=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #2684AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2684AA is #D97B55. Grayscale: #6B6B6B. Windows color (decimal): -14252886 or 11174950. OLE color: 11174950.
HSL color Cylindrical-coordinate representation of color #2684AA: hue angle of 197.27º degrees, saturation: 0.63, 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 #2684AA is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 132 | 170 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.33 |
| HSL | 197.27º | 0.63% | 0.41% | - |
| HSV(B) | 197.27º | 0.78% | 0.67% | - |
| XYZ | 16.31 | 19.82 | 41 | - |
| YUV | 108.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 132 | 170 | 0.78 | 0.22 | 0 | 0.33 | 197.27 | 0.63 | 0.41 |
| Hex | 26 | 84 | AA | 4E | 16 | 0 | 21 | C5 | 3F | 29 |
| Octal | 46 | 204 | 252 | 116 | 26 | 0 | 41 | 305 | 77 | 51 |
| Binary | 100110 | 10000100 | 10101010 | 1001110 | 10110 | 0 | 100001 | 11000101 | 111111 | 101001 |
Color Harmonies of #2684AA
Complementary color
Monochromatic Colors of #2684AA
Black with #2684AA
Text Example
Text Example
White with #2684AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2684AA; }
p { color: rgb(38,132,170); }
H1.HeaderClassName
{
color: #2684AA;
}
.AnyTagClassName
{
color: #2684AA;
}
</style>
background-color css
<style>
a { background-color: #2684AA; }
a { background-color: rgb(38,132,170); }
div.DivClassName
{
background-color: #2684AA;
}
.BgClassName
{
background-color: #2684AA;
}
</style>
border-color css
<style>
span { border-color: #2684AA; }
span { border-color: rgb(38,132,170); }
td.TdClassName
{
border-color: #2684AA;
}
.TagClassName
{
border-color: #2684AA;
}
</style>