Shades of Scooter #2692A0
Tints of Scooter #2692A0
RGB
CMYK
RGB Variations
Color information
#2692A0 (or 0x2692A0) is known color: Scooter. HEX triplet: 26, 92 and A0. RGB value is (38,146,160). Sum of RGB (Red+Green+Blue) = 38+146+160=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 160 - color contains mainly: blue. Hex color #2692A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2692A0 is #D96D5F. Grayscale: #737373. Windows color (decimal): -14249312 or 10523174. OLE color: 10523174.
HSL color Cylindrical-coordinate representation of color #2692A0: hue angle of 186.89º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2692A0 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 146 | 160 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.37 |
| HSL | 186.89º | 0.62% | 0.39% | - |
| HSV(B) | 186.89º | 0.76% | 0.63% | - |
| XYZ | 17.42 | 23.51 | 36.88 | - |
| YUV | 115.3 | 153.22 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 160 | 0.76 | 0.09 | 0 | 0.37 | 186.89 | 0.62 | 0.39 |
| Hex | 26 | 92 | A0 | 4C | 9 | 0 | 25 | BB | 3E | 27 |
| Octal | 46 | 222 | 240 | 114 | 11 | 0 | 45 | 273 | 76 | 47 |
| Binary | 100110 | 10010010 | 10100000 | 1001100 | 1001 | 0 | 100101 | 10111011 | 111110 | 100111 |
Color Harmonies of #2692A0
Complementary color
Monochromatic Colors of #2692A0
Black with #2692A0
Text Example
Text Example
White with #2692A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2692A0; }
p { color: rgb(38,146,160); }
H1.HeaderClassName
{
color: #2692A0;
}
.AnyTagClassName
{
color: #2692A0;
}
</style>
background-color css
<style>
a { background-color: #2692A0; }
a { background-color: rgb(38,146,160); }
div.DivClassName
{
background-color: #2692A0;
}
.BgClassName
{
background-color: #2692A0;
}
</style>
border-color css
<style>
span { border-color: #2692A0; }
span { border-color: rgb(38,146,160); }
td.TdClassName
{
border-color: #2692A0;
}
.TagClassName
{
border-color: #2692A0;
}
</style>