Shades of Scooter #23839E
Tints of Scooter #23839E
RGB
CMYK
RGB Variations
Color information
#23839E (or 0x23839E) is known color: Scooter. HEX triplet: 23, 83 and 9E. RGB value is (35,131,158). Sum of RGB (Red+Green+Blue) = 35+131+158=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #23839E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23839E is #DC7C61. Grayscale: #696969. Windows color (decimal): -14449762 or 10388259. OLE color: 10388259.
HSL color Cylindrical-coordinate representation of color #23839E: hue angle of 193.17º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23839E is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 131 | 158 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.38 |
| HSL | 193.17º | 0.64% | 0.38% | - |
| HSV(B) | 193.17º | 0.78% | 0.62% | - |
| XYZ | 14.98 | 19.06 | 35.24 | - |
| YUV | 105.37 | 157.7 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 158 | 0.78 | 0.17 | 0 | 0.38 | 193.17 | 0.64 | 0.38 |
| Hex | 23 | 83 | 9E | 4E | 11 | 0 | 26 | C1 | 40 | 26 |
| Octal | 43 | 203 | 236 | 116 | 21 | 0 | 46 | 301 | 100 | 46 |
| Binary | 100011 | 10000011 | 10011110 | 1001110 | 10001 | 0 | 100110 | 11000001 | 1000000 | 100110 |
Color Harmonies of #23839E
Complementary color
Monochromatic Colors of #23839E
Black with #23839E
Text Example
Text Example
White with #23839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23839E; }
p { color: rgb(35,131,158); }
H1.HeaderClassName
{
color: #23839E;
}
.AnyTagClassName
{
color: #23839E;
}
</style>
background-color css
<style>
a { background-color: #23839E; }
a { background-color: rgb(35,131,158); }
div.DivClassName
{
background-color: #23839E;
}
.BgClassName
{
background-color: #23839E;
}
</style>
border-color css
<style>
span { border-color: #23839E; }
span { border-color: rgb(35,131,158); }
td.TdClassName
{
border-color: #23839E;
}
.TagClassName
{
border-color: #23839E;
}
</style>