Shades of Scooter #227C9B
Tints of Scooter #227C9B
RGB
CMYK
RGB Variations
Color information
#227C9B (or 0x227C9B) is known color: Scooter. HEX triplet: 22, 7C and 9B. RGB value is (34,124,155). Sum of RGB (Red+Green+Blue) = 34+124+155=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #227C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227C9B is #DD8364. Grayscale: #646464. Windows color (decimal): -14517093 or 10189858. OLE color: 10189858.
HSL color Cylindrical-coordinate representation of color #227C9B: hue angle of 195.37º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227C9B is Cyan = 0.78, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 124 | 155 | - |
| CMYK | 0.78 | 0.2 | 0 | 0.39 |
| HSL | 195.37º | 0.64% | 0.37% | - |
| HSV(B) | 195.37º | 0.78% | 0.61% | - |
| XYZ | 13.78 | 17.12 | 33.59 | - |
| YUV | 100.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 155 | 0.78 | 0.2 | 0 | 0.39 | 195.37 | 0.64 | 0.37 |
| Hex | 22 | 7C | 9B | 4E | 14 | 0 | 27 | C3 | 40 | 25 |
| Octal | 42 | 174 | 233 | 116 | 24 | 0 | 47 | 303 | 100 | 45 |
| Binary | 100010 | 1111100 | 10011011 | 1001110 | 10100 | 0 | 100111 | 11000011 | 1000000 | 100101 |
Color Harmonies of #227C9B
Complementary color
Monochromatic Colors of #227C9B
Black with #227C9B
Text Example
Text Example
White with #227C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227C9B; }
p { color: rgb(34,124,155); }
H1.HeaderClassName
{
color: #227C9B;
}
.AnyTagClassName
{
color: #227C9B;
}
</style>
background-color css
<style>
a { background-color: #227C9B; }
a { background-color: rgb(34,124,155); }
div.DivClassName
{
background-color: #227C9B;
}
.BgClassName
{
background-color: #227C9B;
}
</style>
border-color css
<style>
span { border-color: #227C9B; }
span { border-color: rgb(34,124,155); }
td.TdClassName
{
border-color: #227C9B;
}
.TagClassName
{
border-color: #227C9B;
}
</style>