Shades of Scooter #228AA5
Tints of Scooter #228AA5
RGB
CMYK
RGB Variations
Color information
#228AA5 (or 0x228AA5) is known color: Scooter. HEX triplet: 22, 8A and A5. RGB value is (34,138,165). Sum of RGB (Red+Green+Blue) = 34+138+165=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #228AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228AA5 is #DD755A. Grayscale: #6D6D6D. Windows color (decimal): -14513499 or 10848802. OLE color: 10848802.
HSL color Cylindrical-coordinate representation of color #228AA5: hue angle of 192.37º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #228AA5 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 138 | 165 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.35 |
| HSL | 192.37º | 0.66% | 0.39% | - |
| HSV(B) | 192.37º | 0.79% | 0.65% | - |
| XYZ | 16.54 | 21.23 | 38.82 | - |
| YUV | 109.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 138 | 165 | 0.79 | 0.16 | 0 | 0.35 | 192.37 | 0.66 | 0.39 |
| Hex | 22 | 8A | A5 | 4F | 10 | 0 | 23 | C0 | 42 | 27 |
| Octal | 42 | 212 | 245 | 117 | 20 | 0 | 43 | 300 | 102 | 47 |
| Binary | 100010 | 10001010 | 10100101 | 1001111 | 10000 | 0 | 100011 | 11000000 | 1000010 | 100111 |
Color Harmonies of #228AA5
Complementary color
Monochromatic Colors of #228AA5
Black with #228AA5
Text Example
Text Example
White with #228AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228AA5; }
p { color: rgb(34,138,165); }
H1.HeaderClassName
{
color: #228AA5;
}
.AnyTagClassName
{
color: #228AA5;
}
</style>
background-color css
<style>
a { background-color: #228AA5; }
a { background-color: rgb(34,138,165); }
div.DivClassName
{
background-color: #228AA5;
}
.BgClassName
{
background-color: #228AA5;
}
</style>
border-color css
<style>
span { border-color: #228AA5; }
span { border-color: rgb(34,138,165); }
td.TdClassName
{
border-color: #228AA5;
}
.TagClassName
{
border-color: #228AA5;
}
</style>