Shades of Scooter #228698
Tints of Scooter #228698
RGB
CMYK
RGB Variations
Color information
#228698 (or 0x228698) is known color: Scooter. HEX triplet: 22, 86 and 98. RGB value is (34,134,152). Sum of RGB (Red+Green+Blue) = 34+134+152=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #228698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228698 is #DD7967. Grayscale: #696969. Windows color (decimal): -14514536 or 9995810. OLE color: 9995810.
HSL color Cylindrical-coordinate representation of color #228698: hue angle of 189.15º 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 #228698 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 134 | 152 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.40 |
| HSL | 189.15º | 0.63% | 0.36% | - |
| HSV(B) | 189.15º | 0.78% | 0.6% | - |
| XYZ | 14.85 | 19.66 | 32.72 | - |
| YUV | 106.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 134 | 152 | 0.78 | 0.12 | 0 | 0.40 | 189.15 | 0.63 | 0.36 |
| Hex | 22 | 86 | 98 | 4E | C | 0 | 28 | BD | 3F | 24 |
| Octal | 42 | 206 | 230 | 116 | 14 | 0 | 50 | 275 | 77 | 44 |
| Binary | 100010 | 10000110 | 10011000 | 1001110 | 1100 | 0 | 101000 | 10111101 | 111111 | 100100 |
Color Harmonies of #228698
Complementary color
Monochromatic Colors of #228698
Black with #228698
Text Example
Text Example
White with #228698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228698; }
p { color: rgb(34,134,152); }
H1.HeaderClassName
{
color: #228698;
}
.AnyTagClassName
{
color: #228698;
}
</style>
background-color css
<style>
a { background-color: #228698; }
a { background-color: rgb(34,134,152); }
div.DivClassName
{
background-color: #228698;
}
.BgClassName
{
background-color: #228698;
}
</style>
border-color css
<style>
span { border-color: #228698; }
span { border-color: rgb(34,134,152); }
td.TdClassName
{
border-color: #228698;
}
.TagClassName
{
border-color: #228698;
}
</style>