Shades of Scooter #228BA3
Tints of Scooter #228BA3
RGB
CMYK
RGB Variations
Color information
#228BA3 (or 0x228BA3) is known color: Scooter. HEX triplet: 22, 8B and A3. RGB value is (34,139,163). Sum of RGB (Red+Green+Blue) = 34+139+163=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #228BA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228BA3 is #DD745C. Grayscale: #6E6E6E. Windows color (decimal): -14513245 or 10717986. OLE color: 10717986.
HSL color Cylindrical-coordinate representation of color #228BA3: hue angle of 191.16º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #228BA3 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 139 | 163 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.36 |
| HSL | 191.16º | 0.65% | 0.39% | - |
| HSV(B) | 191.16º | 0.79% | 0.64% | - |
| XYZ | 16.5 | 21.45 | 37.92 | - |
| YUV | 110.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 163 | 0.79 | 0.15 | 0 | 0.36 | 191.16 | 0.65 | 0.39 |
| Hex | 22 | 8B | A3 | 4F | F | 0 | 24 | BF | 41 | 27 |
| Octal | 42 | 213 | 243 | 117 | 17 | 0 | 44 | 277 | 101 | 47 |
| Binary | 100010 | 10001011 | 10100011 | 1001111 | 1111 | 0 | 100100 | 10111111 | 1000001 | 100111 |
Color Harmonies of #228BA3
Complementary color
Monochromatic Colors of #228BA3
Black with #228BA3
Text Example
Text Example
White with #228BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228BA3; }
p { color: rgb(34,139,163); }
H1.HeaderClassName
{
color: #228BA3;
}
.AnyTagClassName
{
color: #228BA3;
}
</style>
background-color css
<style>
a { background-color: #228BA3; }
a { background-color: rgb(34,139,163); }
div.DivClassName
{
background-color: #228BA3;
}
.BgClassName
{
background-color: #228BA3;
}
</style>
border-color css
<style>
span { border-color: #228BA3; }
span { border-color: rgb(34,139,163); }
td.TdClassName
{
border-color: #228BA3;
}
.TagClassName
{
border-color: #228BA3;
}
</style>