Shades of Scooter #227FAC
Tints of Scooter #227FAC
RGB
CMYK
RGB Variations
Color information
#227FAC (or 0x227FAC) is known color: Scooter. HEX triplet: 22, 7F and AC. RGB value is (34,127,172). Sum of RGB (Red+Green+Blue) = 34+127+172=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #227FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227FAC is #DD8053. Grayscale: #686868. Windows color (decimal): -14516308 or 11304738. OLE color: 11304738.
HSL color Cylindrical-coordinate representation of color #227FAC: hue angle of 199.57º 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 #227FAC is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 127 | 172 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.33 |
| HSL | 199.57º | 0.67% | 0.4% | - |
| HSV(B) | 199.57º | 0.8% | 0.67% | - |
| XYZ | 15.7 | 18.5 | 41.77 | - |
| YUV | 104.32 | 166.19 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 172 | 0.80 | 0.26 | 0 | 0.33 | 199.57 | 0.67 | 0.4 |
| Hex | 22 | 7F | AC | 50 | 1A | 0 | 21 | C8 | 43 | 28 |
| Octal | 42 | 177 | 254 | 120 | 32 | 0 | 41 | 310 | 103 | 50 |
| Binary | 100010 | 1111111 | 10101100 | 1010000 | 11010 | 0 | 100001 | 11001000 | 1000011 | 101000 |
Color Harmonies of #227FAC
Complementary color
Monochromatic Colors of #227FAC
Black with #227FAC
Text Example
Text Example
White with #227FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FAC; }
p { color: rgb(34,127,172); }
H1.HeaderClassName
{
color: #227FAC;
}
.AnyTagClassName
{
color: #227FAC;
}
</style>
background-color css
<style>
a { background-color: #227FAC; }
a { background-color: rgb(34,127,172); }
div.DivClassName
{
background-color: #227FAC;
}
.BgClassName
{
background-color: #227FAC;
}
</style>
border-color css
<style>
span { border-color: #227FAC; }
span { border-color: rgb(34,127,172); }
td.TdClassName
{
border-color: #227FAC;
}
.TagClassName
{
border-color: #227FAC;
}
</style>