Shades of Scooter #238199
Tints of Scooter #238199
RGB
CMYK
RGB Variations
Color information
#238199 (or 0x238199) is known color: Scooter. HEX triplet: 23, 81 and 99. RGB value is (35,129,153). Sum of RGB (Red+Green+Blue) = 35+129+153=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #238199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238199 is #DC7E66. Grayscale: #676767. Windows color (decimal): -14450279 or 10060067. OLE color: 10060067.
HSL color Cylindrical-coordinate representation of color #238199: hue angle of 192.2º 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 #238199 is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 129 | 153 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.4 |
| HSL | 192.2º | 0.63% | 0.37% | - |
| HSV(B) | 192.2º | 0.77% | 0.6% | - |
| XYZ | 14.29 | 18.36 | 32.93 | - |
| YUV | 103.63 | 155.86 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 153 | 0.77 | 0.16 | 0 | 0.4 | 192.2 | 0.63 | 0.37 |
| Hex | 23 | 81 | 99 | 4D | 10 | 0 | 28 | C0 | 3F | 25 |
| Octal | 43 | 201 | 231 | 115 | 20 | 0 | 50 | 300 | 77 | 45 |
| Binary | 100011 | 10000001 | 10011001 | 1001101 | 10000 | 0 | 101000 | 11000000 | 111111 | 100101 |
Color Harmonies of #238199
Complementary color
Monochromatic Colors of #238199
Black with #238199
Text Example
Text Example
White with #238199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238199; }
p { color: rgb(35,129,153); }
H1.HeaderClassName
{
color: #238199;
}
.AnyTagClassName
{
color: #238199;
}
</style>
background-color css
<style>
a { background-color: #238199; }
a { background-color: rgb(35,129,153); }
div.DivClassName
{
background-color: #238199;
}
.BgClassName
{
background-color: #238199;
}
</style>
border-color css
<style>
span { border-color: #238199; }
span { border-color: rgb(35,129,153); }
td.TdClassName
{
border-color: #238199;
}
.TagClassName
{
border-color: #238199;
}
</style>