Shades of Scooter #2283A0
Tints of Scooter #2283A0
RGB
CMYK
RGB Variations
Color information
#2283A0 (or 0x2283A0) is known color: Scooter. HEX triplet: 22, 83 and A0. RGB value is (34,131,160). Sum of RGB (Red+Green+Blue) = 34+131+160=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 160 (62.89% from 255 or 49.23% from 325); Max value from RGB is 160 - color contains mainly: blue. Hex color #2283A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2283A0 is #DD7C5F. Grayscale: #696969. Windows color (decimal): -14515296 or 10519330. OLE color: 10519330.
HSL color Cylindrical-coordinate representation of color #2283A0: hue angle of 193.81º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2283A0 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 34 | 131 | 160 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.37 |
| HSL | 193.81º | 0.65% | 0.38% | - |
| HSV(B) | 193.81º | 0.79% | 0.63% | - |
| XYZ | 15.12 | 19.11 | 36.15 | - |
| YUV | 105.3 | 158.86 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 131 | 160 | 0.79 | 0.18 | 0 | 0.37 | 193.81 | 0.65 | 0.38 |
| Hex | 22 | 83 | A0 | 4F | 12 | 0 | 25 | C2 | 41 | 26 |
| Octal | 42 | 203 | 240 | 117 | 22 | 0 | 45 | 302 | 101 | 46 |
| Binary | 100010 | 10000011 | 10100000 | 1001111 | 10010 | 0 | 100101 | 11000010 | 1000001 | 100110 |
Color Harmonies of #2283A0
Complementary color
Monochromatic Colors of #2283A0
Black with #2283A0
Text Example
Text Example
White with #2283A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2283A0; }
p { color: rgb(34,131,160); }
H1.HeaderClassName
{
color: #2283A0;
}
.AnyTagClassName
{
color: #2283A0;
}
</style>
background-color css
<style>
a { background-color: #2283A0; }
a { background-color: rgb(34,131,160); }
div.DivClassName
{
background-color: #2283A0;
}
.BgClassName
{
background-color: #2283A0;
}
</style>
border-color css
<style>
span { border-color: #2283A0; }
span { border-color: rgb(34,131,160); }
td.TdClassName
{
border-color: #2283A0;
}
.TagClassName
{
border-color: #2283A0;
}
</style>