Shades of Scooter #228594
Tints of Scooter #228594
RGB
CMYK
RGB Variations
Color information
#228594 (or 0x228594) is known color: Scooter. HEX triplet: 22, 85 and 94. RGB value is (34,133,148). Sum of RGB (Red+Green+Blue) = 34+133+148=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #228594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228594 is #DD7A6B. Grayscale: #686868. Windows color (decimal): -14514796 or 9733410. OLE color: 9733410.
HSL color Cylindrical-coordinate representation of color #228594: hue angle of 187.89º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228594 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 133 | 148 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.42 |
| HSL | 187.89º | 0.63% | 0.36% | - |
| HSV(B) | 187.89º | 0.77% | 0.58% | - |
| XYZ | 14.39 | 19.25 | 30.97 | - |
| YUV | 105.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 148 | 0.77 | 0.10 | 0 | 0.42 | 187.89 | 0.63 | 0.36 |
| Hex | 22 | 85 | 94 | 4D | A | 0 | 2A | BC | 3F | 24 |
| Octal | 42 | 205 | 224 | 115 | 12 | 0 | 52 | 274 | 77 | 44 |
| Binary | 100010 | 10000101 | 10010100 | 1001101 | 1010 | 0 | 101010 | 10111100 | 111111 | 100100 |
Color Harmonies of #228594
Complementary color
Monochromatic Colors of #228594
Black with #228594
Text Example
Text Example
White with #228594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228594; }
p { color: rgb(34,133,148); }
H1.HeaderClassName
{
color: #228594;
}
.AnyTagClassName
{
color: #228594;
}
</style>
background-color css
<style>
a { background-color: #228594; }
a { background-color: rgb(34,133,148); }
div.DivClassName
{
background-color: #228594;
}
.BgClassName
{
background-color: #228594;
}
</style>
border-color css
<style>
span { border-color: #228594; }
span { border-color: rgb(34,133,148); }
td.TdClassName
{
border-color: #228594;
}
.TagClassName
{
border-color: #228594;
}
</style>