Shades of Scooter #227B99
Tints of Scooter #227B99
RGB
CMYK
RGB Variations
Color information
#227B99 (or 0x227B99) is known color: Scooter. HEX triplet: 22, 7B and 99. RGB value is (34,123,153). Sum of RGB (Red+Green+Blue) = 34+123+153=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #227B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227B99 is #DD8466. Grayscale: #636363. Windows color (decimal): -14517351 or 10058530. OLE color: 10058530.
HSL color Cylindrical-coordinate representation of color #227B99: hue angle of 195.13º 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 #227B99 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 123 | 153 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.4 |
| HSL | 195.13º | 0.64% | 0.37% | - |
| HSV(B) | 195.13º | 0.78% | 0.6% | - |
| XYZ | 13.49 | 16.81 | 32.67 | - |
| YUV | 99.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 153 | 0.78 | 0.20 | 0 | 0.4 | 195.13 | 0.64 | 0.37 |
| Hex | 22 | 7B | 99 | 4E | 14 | 0 | 28 | C3 | 40 | 25 |
| Octal | 42 | 173 | 231 | 116 | 24 | 0 | 50 | 303 | 100 | 45 |
| Binary | 100010 | 1111011 | 10011001 | 1001110 | 10100 | 0 | 101000 | 11000011 | 1000000 | 100101 |
Color Harmonies of #227B99
Complementary color
Monochromatic Colors of #227B99
Black with #227B99
Text Example
Text Example
White with #227B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227B99; }
p { color: rgb(34,123,153); }
H1.HeaderClassName
{
color: #227B99;
}
.AnyTagClassName
{
color: #227B99;
}
</style>
background-color css
<style>
a { background-color: #227B99; }
a { background-color: rgb(34,123,153); }
div.DivClassName
{
background-color: #227B99;
}
.BgClassName
{
background-color: #227B99;
}
</style>
border-color css
<style>
span { border-color: #227B99; }
span { border-color: rgb(34,123,153); }
td.TdClassName
{
border-color: #227B99;
}
.TagClassName
{
border-color: #227B99;
}
</style>