Shades of Scooter #227F99
Tints of Scooter #227F99
RGB
CMYK
RGB Variations
Color information
#227F99 (or 0x227F99) is known color: Scooter. HEX triplet: 22, 7F and 99. RGB value is (34,127,153). Sum of RGB (Red+Green+Blue) = 34+127+153=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #227F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227F99 is #DD8066. Grayscale: #656565. Windows color (decimal): -14516327 or 10059554. OLE color: 10059554.
HSL color Cylindrical-coordinate representation of color #227F99: hue angle of 193.11º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227F99 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 127 | 153 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.4 |
| HSL | 193.11º | 0.64% | 0.37% | - |
| HSV(B) | 193.11º | 0.78% | 0.6% | - |
| XYZ | 14 | 17.82 | 32.84 | - |
| YUV | 102.16 | 156.69 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 153 | 0.78 | 0.17 | 0 | 0.4 | 193.11 | 0.64 | 0.37 |
| Hex | 22 | 7F | 99 | 4E | 11 | 0 | 28 | C1 | 40 | 25 |
| Octal | 42 | 177 | 231 | 116 | 21 | 0 | 50 | 301 | 100 | 45 |
| Binary | 100010 | 1111111 | 10011001 | 1001110 | 10001 | 0 | 101000 | 11000001 | 1000000 | 100101 |
Color Harmonies of #227F99
Complementary color
Monochromatic Colors of #227F99
Black with #227F99
Text Example
Text Example
White with #227F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F99; }
p { color: rgb(34,127,153); }
H1.HeaderClassName
{
color: #227F99;
}
.AnyTagClassName
{
color: #227F99;
}
</style>
background-color css
<style>
a { background-color: #227F99; }
a { background-color: rgb(34,127,153); }
div.DivClassName
{
background-color: #227F99;
}
.BgClassName
{
background-color: #227F99;
}
</style>
border-color css
<style>
span { border-color: #227F99; }
span { border-color: rgb(34,127,153); }
td.TdClassName
{
border-color: #227F99;
}
.TagClassName
{
border-color: #227F99;
}
</style>