Shades of Scooter #237C99
Tints of Scooter #237C99
RGB
CMYK
RGB Variations
Color information
#237C99 (or 0x237C99) is known color: Scooter. HEX triplet: 23, 7C and 99. RGB value is (35,124,153). Sum of RGB (Red+Green+Blue) = 35+124+153=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #237C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C99 is #DC8366. Grayscale: #646464. Windows color (decimal): -14451559 or 10058787. OLE color: 10058787.
HSL color Cylindrical-coordinate representation of color #237C99: hue angle of 194.75º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #237C99 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 124 | 153 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.4 |
| HSL | 194.75º | 0.63% | 0.37% | - |
| HSV(B) | 194.75º | 0.77% | 0.6% | - |
| XYZ | 13.65 | 17.07 | 32.71 | - |
| YUV | 100.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 153 | 0.77 | 0.19 | 0 | 0.4 | 194.75 | 0.63 | 0.37 |
| Hex | 23 | 7C | 99 | 4D | 13 | 0 | 28 | C3 | 3F | 25 |
| Octal | 43 | 174 | 231 | 115 | 23 | 0 | 50 | 303 | 77 | 45 |
| Binary | 100011 | 1111100 | 10011001 | 1001101 | 10011 | 0 | 101000 | 11000011 | 111111 | 100101 |
Color Harmonies of #237C99
Complementary color
Monochromatic Colors of #237C99
Black with #237C99
Text Example
Text Example
White with #237C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C99; }
p { color: rgb(35,124,153); }
H1.HeaderClassName
{
color: #237C99;
}
.AnyTagClassName
{
color: #237C99;
}
</style>
background-color css
<style>
a { background-color: #237C99; }
a { background-color: rgb(35,124,153); }
div.DivClassName
{
background-color: #237C99;
}
.BgClassName
{
background-color: #237C99;
}
</style>
border-color css
<style>
span { border-color: #237C99; }
span { border-color: rgb(35,124,153); }
td.TdClassName
{
border-color: #237C99;
}
.TagClassName
{
border-color: #237C99;
}
</style>