Shades of Scooter #2280AD
Tints of Scooter #2280AD
RGB
CMYK
RGB Variations
Color information
#2280AD (or 0x2280AD) is known color: Scooter. HEX triplet: 22, 80 and AD. RGB value is (34,128,173). Sum of RGB (Red+Green+Blue) = 34+128+173=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #2280AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2280AD is #DD7F52. Grayscale: #686868. Windows color (decimal): -14516051 or 11370530. OLE color: 11370530.
HSL color Cylindrical-coordinate representation of color #2280AD: hue angle of 199.42º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2280AD is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 128 | 173 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.32 |
| HSL | 199.42º | 0.67% | 0.41% | - |
| HSV(B) | 199.42º | 0.8% | 0.68% | - |
| XYZ | 15.92 | 18.8 | 42.32 | - |
| YUV | 105.02 | 166.36 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 128 | 173 | 0.80 | 0.26 | 0 | 0.32 | 199.42 | 0.67 | 0.41 |
| Hex | 22 | 80 | AD | 50 | 1A | 0 | 20 | C7 | 43 | 29 |
| Octal | 42 | 200 | 255 | 120 | 32 | 0 | 40 | 307 | 103 | 51 |
| Binary | 100010 | 10000000 | 10101101 | 1010000 | 11010 | 0 | 100000 | 11000111 | 1000011 | 101001 |
Color Harmonies of #2280AD
Complementary color
Monochromatic Colors of #2280AD
Black with #2280AD
Text Example
Text Example
White with #2280AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2280AD; }
p { color: rgb(34,128,173); }
H1.HeaderClassName
{
color: #2280AD;
}
.AnyTagClassName
{
color: #2280AD;
}
</style>
background-color css
<style>
a { background-color: #2280AD; }
a { background-color: rgb(34,128,173); }
div.DivClassName
{
background-color: #2280AD;
}
.BgClassName
{
background-color: #2280AD;
}
</style>
border-color css
<style>
span { border-color: #2280AD; }
span { border-color: rgb(34,128,173); }
td.TdClassName
{
border-color: #2280AD;
}
.TagClassName
{
border-color: #2280AD;
}
</style>