Shades of Scooter #238090
Tints of Scooter #238090
RGB
CMYK
RGB Variations
Color information
#238090 (or 0x238090) is known color: Scooter. HEX triplet: 23, 80 and 90. RGB value is (35,128,144). Sum of RGB (Red+Green+Blue) = 35+128+144=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #238090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238090 is #DC7F6F. Grayscale: #656565. Windows color (decimal): -14450544 or 9469987. OLE color: 9469987.
HSL color Cylindrical-coordinate representation of color #238090: hue angle of 188.81º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238090 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 128 | 144 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.44 |
| HSL | 188.81º | 0.61% | 0.35% | - |
| HSV(B) | 188.81º | 0.76% | 0.56% | - |
| XYZ | 13.45 | 17.81 | 29.11 | - |
| YUV | 102.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 144 | 0.76 | 0.11 | 0 | 0.44 | 188.81 | 0.61 | 0.35 |
| Hex | 23 | 80 | 90 | 4C | B | 0 | 2C | BD | 3D | 23 |
| Octal | 43 | 200 | 220 | 114 | 13 | 0 | 54 | 275 | 75 | 43 |
| Binary | 100011 | 10000000 | 10010000 | 1001100 | 1011 | 0 | 101100 | 10111101 | 111101 | 100011 |
Color Harmonies of #238090
Complementary color
Monochromatic Colors of #238090
Black with #238090
Text Example
Text Example
White with #238090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238090; }
p { color: rgb(35,128,144); }
H1.HeaderClassName
{
color: #238090;
}
.AnyTagClassName
{
color: #238090;
}
</style>
background-color css
<style>
a { background-color: #238090; }
a { background-color: rgb(35,128,144); }
div.DivClassName
{
background-color: #238090;
}
.BgClassName
{
background-color: #238090;
}
</style>
border-color css
<style>
span { border-color: #238090; }
span { border-color: rgb(35,128,144); }
td.TdClassName
{
border-color: #238090;
}
.TagClassName
{
border-color: #238090;
}
</style>