Shades of Scooter #227D9C
Tints of Scooter #227D9C
RGB
CMYK
RGB Variations
Color information
#227D9C (or 0x227D9C) is known color: Scooter. HEX triplet: 22, 7D and 9C. RGB value is (34,125,156). Sum of RGB (Red+Green+Blue) = 34+125+156=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #227D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227D9C is #DD8263. Grayscale: #656565. Windows color (decimal): -14516836 or 10255650. OLE color: 10255650.
HSL color Cylindrical-coordinate representation of color #227D9C: hue angle of 195.25º 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 #227D9C is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 125 | 156 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.39 |
| HSL | 195.25º | 0.64% | 0.37% | - |
| HSV(B) | 195.25º | 0.78% | 0.61% | - |
| XYZ | 13.99 | 17.41 | 34.07 | - |
| YUV | 101.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 156 | 0.78 | 0.20 | 0 | 0.39 | 195.25 | 0.64 | 0.37 |
| Hex | 22 | 7D | 9C | 4E | 14 | 0 | 27 | C3 | 40 | 25 |
| Octal | 42 | 175 | 234 | 116 | 24 | 0 | 47 | 303 | 100 | 45 |
| Binary | 100010 | 1111101 | 10011100 | 1001110 | 10100 | 0 | 100111 | 11000011 | 1000000 | 100101 |
Color Harmonies of #227D9C
Complementary color
Monochromatic Colors of #227D9C
Black with #227D9C
Text Example
Text Example
White with #227D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D9C; }
p { color: rgb(34,125,156); }
H1.HeaderClassName
{
color: #227D9C;
}
.AnyTagClassName
{
color: #227D9C;
}
</style>
background-color css
<style>
a { background-color: #227D9C; }
a { background-color: rgb(34,125,156); }
div.DivClassName
{
background-color: #227D9C;
}
.BgClassName
{
background-color: #227D9C;
}
</style>
border-color css
<style>
span { border-color: #227D9C; }
span { border-color: rgb(34,125,156); }
td.TdClassName
{
border-color: #227D9C;
}
.TagClassName
{
border-color: #227D9C;
}
</style>