Shades of Scooter #238092
Tints of Scooter #238092
RGB
CMYK
RGB Variations
Color information
#238092 (or 0x238092) is known color: Scooter. HEX triplet: 23, 80 and 92. RGB value is (35,128,146). Sum of RGB (Red+Green+Blue) = 35+128+146=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 146 - color contains mainly: blue. Hex color #238092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238092 is #DC7F6D. Grayscale: #666666. Windows color (decimal): -14450542 or 9601059. OLE color: 9601059.
HSL color Cylindrical-coordinate representation of color #238092: hue angle of 189.73º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238092 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 128 | 146 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.43 |
| HSL | 189.73º | 0.61% | 0.35% | - |
| HSV(B) | 189.73º | 0.76% | 0.57% | - |
| XYZ | 13.6 | 17.87 | 29.93 | - |
| YUV | 102.25 | 152.69 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 146 | 0.76 | 0.12 | 0 | 0.43 | 189.73 | 0.61 | 0.35 |
| Hex | 23 | 80 | 92 | 4C | C | 0 | 2B | BE | 3D | 23 |
| Octal | 43 | 200 | 222 | 114 | 14 | 0 | 53 | 276 | 75 | 43 |
| Binary | 100011 | 10000000 | 10010010 | 1001100 | 1100 | 0 | 101011 | 10111110 | 111101 | 100011 |
Color Harmonies of #238092
Complementary color
Monochromatic Colors of #238092
Black with #238092
Text Example
Text Example
White with #238092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238092; }
p { color: rgb(35,128,146); }
H1.HeaderClassName
{
color: #238092;
}
.AnyTagClassName
{
color: #238092;
}
</style>
background-color css
<style>
a { background-color: #238092; }
a { background-color: rgb(35,128,146); }
div.DivClassName
{
background-color: #238092;
}
.BgClassName
{
background-color: #238092;
}
</style>
border-color css
<style>
span { border-color: #238092; }
span { border-color: rgb(35,128,146); }
td.TdClassName
{
border-color: #238092;
}
.TagClassName
{
border-color: #238092;
}
</style>