Shades of Scooter #228FA2
Tints of Scooter #228FA2
RGB
CMYK
RGB Variations
Color information
#228FA2 (or 0x228FA2) is known color: Scooter. HEX triplet: 22, 8F and A2. RGB value is (34,143,162). Sum of RGB (Red+Green+Blue) = 34+143+162=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #228FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228FA2 is #DD705D. Grayscale: #707070. Windows color (decimal): -14512222 or 10653474. OLE color: 10653474.
HSL color Cylindrical-coordinate representation of color #228FA2: hue angle of 188.91º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #228FA2 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 34 | 143 | 162 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.36 |
| HSL | 188.91º | 0.65% | 0.38% | - |
| HSV(B) | 188.91º | 0.79% | 0.64% | - |
| XYZ | 17 | 22.59 | 37.65 | - |
| YUV | 112.58 | 155.89 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 162 | 0.79 | 0.12 | 0 | 0.36 | 188.91 | 0.65 | 0.38 |
| Hex | 22 | 8F | A2 | 4F | C | 0 | 24 | BD | 41 | 26 |
| Octal | 42 | 217 | 242 | 117 | 14 | 0 | 44 | 275 | 101 | 46 |
| Binary | 100010 | 10001111 | 10100010 | 1001111 | 1100 | 0 | 100100 | 10111101 | 1000001 | 100110 |
Color Harmonies of #228FA2
Complementary color
Monochromatic Colors of #228FA2
Black with #228FA2
Text Example
Text Example
White with #228FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FA2; }
p { color: rgb(34,143,162); }
H1.HeaderClassName
{
color: #228FA2;
}
.AnyTagClassName
{
color: #228FA2;
}
</style>
background-color css
<style>
a { background-color: #228FA2; }
a { background-color: rgb(34,143,162); }
div.DivClassName
{
background-color: #228FA2;
}
.BgClassName
{
background-color: #228FA2;
}
</style>
border-color css
<style>
span { border-color: #228FA2; }
span { border-color: rgb(34,143,162); }
td.TdClassName
{
border-color: #228FA2;
}
.TagClassName
{
border-color: #228FA2;
}
</style>