Shades of Scooter #2683AD
Tints of Scooter #2683AD
RGB
CMYK
RGB Variations
Color information
#2683AD (or 0x2683AD) is known color: Scooter. HEX triplet: 26, 83 and AD. RGB value is (38,131,173). Sum of RGB (Red+Green+Blue) = 38+131+173=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #2683AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2683AD is #D97C52. Grayscale: #6B6B6B. Windows color (decimal): -14253139 or 11371302. OLE color: 11371302.
HSL color Cylindrical-coordinate representation of color #2683AD: hue angle of 198.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2683AD is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 131 | 173 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.32 |
| HSL | 198.67º | 0.64% | 0.41% | - |
| HSV(B) | 198.67º | 0.78% | 0.68% | - |
| XYZ | 16.46 | 19.66 | 42.46 | - |
| YUV | 107.98 | 164.69 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 131 | 173 | 0.78 | 0.24 | 0 | 0.32 | 198.67 | 0.64 | 0.41 |
| Hex | 26 | 83 | AD | 4E | 18 | 0 | 20 | C7 | 40 | 29 |
| Octal | 46 | 203 | 255 | 116 | 30 | 0 | 40 | 307 | 100 | 51 |
| Binary | 100110 | 10000011 | 10101101 | 1001110 | 11000 | 0 | 100000 | 11000111 | 1000000 | 101001 |
Color Harmonies of #2683AD
Complementary color
Monochromatic Colors of #2683AD
Black with #2683AD
Text Example
Text Example
White with #2683AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2683AD; }
p { color: rgb(38,131,173); }
H1.HeaderClassName
{
color: #2683AD;
}
.AnyTagClassName
{
color: #2683AD;
}
</style>
background-color css
<style>
a { background-color: #2683AD; }
a { background-color: rgb(38,131,173); }
div.DivClassName
{
background-color: #2683AD;
}
.BgClassName
{
background-color: #2683AD;
}
</style>
border-color css
<style>
span { border-color: #2683AD; }
span { border-color: rgb(38,131,173); }
td.TdClassName
{
border-color: #2683AD;
}
.TagClassName
{
border-color: #2683AD;
}
</style>