Shades of Scooter #2281AB
Tints of Scooter #2281AB
RGB
CMYK
RGB Variations
Color information
#2281AB (or 0x2281AB) is known color: Scooter. HEX triplet: 22, 81 and AB. RGB value is (34,129,171). Sum of RGB (Red+Green+Blue) = 34+129+171=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #2281AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2281AB is #DD7E54. Grayscale: #696969. Windows color (decimal): -14515797 or 11239714. OLE color: 11239714.
HSL color Cylindrical-coordinate representation of color #2281AB: hue angle of 198.39º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2281AB is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 129 | 171 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.33 |
| HSL | 198.39º | 0.67% | 0.4% | - |
| HSV(B) | 198.39º | 0.8% | 0.67% | - |
| XYZ | 15.86 | 18.98 | 41.36 | - |
| YUV | 105.38 | 165.03 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 129 | 171 | 0.80 | 0.25 | 0 | 0.33 | 198.39 | 0.67 | 0.4 |
| Hex | 22 | 81 | AB | 50 | 19 | 0 | 21 | C6 | 43 | 28 |
| Octal | 42 | 201 | 253 | 120 | 31 | 0 | 41 | 306 | 103 | 50 |
| Binary | 100010 | 10000001 | 10101011 | 1010000 | 11001 | 0 | 100001 | 11000110 | 1000011 | 101000 |
Color Harmonies of #2281AB
Complementary color
Monochromatic Colors of #2281AB
Black with #2281AB
Text Example
Text Example
White with #2281AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2281AB; }
p { color: rgb(34,129,171); }
H1.HeaderClassName
{
color: #2281AB;
}
.AnyTagClassName
{
color: #2281AB;
}
</style>
background-color css
<style>
a { background-color: #2281AB; }
a { background-color: rgb(34,129,171); }
div.DivClassName
{
background-color: #2281AB;
}
.BgClassName
{
background-color: #2281AB;
}
</style>
border-color css
<style>
span { border-color: #2281AB; }
span { border-color: rgb(34,129,171); }
td.TdClassName
{
border-color: #2281AB;
}
.TagClassName
{
border-color: #2281AB;
}
</style>