Shades of Scooter #228191
Tints of Scooter #228191
RGB
CMYK
RGB Variations
Color information
#228191 (or 0x228191) is known color: Scooter. HEX triplet: 22, 81 and 91. RGB value is (34,129,145). Sum of RGB (Red+Green+Blue) = 34+129+145=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #228191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228191 is #DD7E6E. Grayscale: #666666. Windows color (decimal): -14515823 or 9535778. OLE color: 9535778.
HSL color Cylindrical-coordinate representation of color #228191: hue angle of 188.65º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228191 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 129 | 145 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.43 |
| HSL | 188.65º | 0.62% | 0.35% | - |
| HSV(B) | 188.65º | 0.77% | 0.57% | - |
| XYZ | 13.62 | 18.08 | 29.56 | - |
| YUV | 102.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 129 | 145 | 0.77 | 0.11 | 0 | 0.43 | 188.65 | 0.62 | 0.35 |
| Hex | 22 | 81 | 91 | 4D | B | 0 | 2B | BD | 3E | 23 |
| Octal | 42 | 201 | 221 | 115 | 13 | 0 | 53 | 275 | 76 | 43 |
| Binary | 100010 | 10000001 | 10010001 | 1001101 | 1011 | 0 | 101011 | 10111101 | 111110 | 100011 |
Color Harmonies of #228191
Complementary color
Monochromatic Colors of #228191
Black with #228191
Text Example
Text Example
White with #228191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228191; }
p { color: rgb(34,129,145); }
H1.HeaderClassName
{
color: #228191;
}
.AnyTagClassName
{
color: #228191;
}
</style>
background-color css
<style>
a { background-color: #228191; }
a { background-color: rgb(34,129,145); }
div.DivClassName
{
background-color: #228191;
}
.BgClassName
{
background-color: #228191;
}
</style>
border-color css
<style>
span { border-color: #228191; }
span { border-color: rgb(34,129,145); }
td.TdClassName
{
border-color: #228191;
}
.TagClassName
{
border-color: #228191;
}
</style>