Shades of Scooter #228998
Tints of Scooter #228998
RGB
CMYK
RGB Variations
Color information
#228998 (or 0x228998) is known color: Scooter. HEX triplet: 22, 89 and 98. RGB value is (34,137,152). Sum of RGB (Red+Green+Blue) = 34+137+152=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #228998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228998 is #DD7667. Grayscale: #6B6B6B. Windows color (decimal): -14513768 or 9996578. OLE color: 9996578.
HSL color Cylindrical-coordinate representation of color #228998: hue angle of 187.63º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #228998 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 137 | 152 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.40 |
| HSL | 187.63º | 0.63% | 0.36% | - |
| HSV(B) | 187.63º | 0.78% | 0.6% | - |
| XYZ | 15.27 | 20.5 | 32.86 | - |
| YUV | 107.91 | 152.88 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 137 | 152 | 0.78 | 0.10 | 0 | 0.40 | 187.63 | 0.63 | 0.36 |
| Hex | 22 | 89 | 98 | 4E | A | 0 | 28 | BC | 3F | 24 |
| Octal | 42 | 211 | 230 | 116 | 12 | 0 | 50 | 274 | 77 | 44 |
| Binary | 100010 | 10001001 | 10011000 | 1001110 | 1010 | 0 | 101000 | 10111100 | 111111 | 100100 |
Color Harmonies of #228998
Complementary color
Monochromatic Colors of #228998
Black with #228998
Text Example
Text Example
White with #228998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228998; }
p { color: rgb(34,137,152); }
H1.HeaderClassName
{
color: #228998;
}
.AnyTagClassName
{
color: #228998;
}
</style>
background-color css
<style>
a { background-color: #228998; }
a { background-color: rgb(34,137,152); }
div.DivClassName
{
background-color: #228998;
}
.BgClassName
{
background-color: #228998;
}
</style>
border-color css
<style>
span { border-color: #228998; }
span { border-color: rgb(34,137,152); }
td.TdClassName
{
border-color: #228998;
}
.TagClassName
{
border-color: #228998;
}
</style>