Shades of Scooter #23819E
Tints of Scooter #23819E
RGB
CMYK
RGB Variations
Color information
#23819E (or 0x23819E) is known color: Scooter. HEX triplet: 23, 81 and 9E. RGB value is (35,129,158). Sum of RGB (Red+Green+Blue) = 35+129+158=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #23819E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23819E is #DC7E61. Grayscale: #676767. Windows color (decimal): -14450274 or 10387747. OLE color: 10387747.
HSL color Cylindrical-coordinate representation of color #23819E: hue angle of 194.15º 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 #23819E is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 129 | 158 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.38 |
| HSL | 194.15º | 0.64% | 0.38% | - |
| HSV(B) | 194.15º | 0.78% | 0.62% | - |
| XYZ | 14.71 | 18.53 | 35.15 | - |
| YUV | 104.2 | 158.36 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 158 | 0.78 | 0.18 | 0 | 0.38 | 194.15 | 0.64 | 0.38 |
| Hex | 23 | 81 | 9E | 4E | 12 | 0 | 26 | C2 | 40 | 26 |
| Octal | 43 | 201 | 236 | 116 | 22 | 0 | 46 | 302 | 100 | 46 |
| Binary | 100011 | 10000001 | 10011110 | 1001110 | 10010 | 0 | 100110 | 11000010 | 1000000 | 100110 |
Color Harmonies of #23819E
Complementary color
Monochromatic Colors of #23819E
Black with #23819E
Text Example
Text Example
White with #23819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23819E; }
p { color: rgb(35,129,158); }
H1.HeaderClassName
{
color: #23819E;
}
.AnyTagClassName
{
color: #23819E;
}
</style>
background-color css
<style>
a { background-color: #23819E; }
a { background-color: rgb(35,129,158); }
div.DivClassName
{
background-color: #23819E;
}
.BgClassName
{
background-color: #23819E;
}
</style>
border-color css
<style>
span { border-color: #23819E; }
span { border-color: rgb(35,129,158); }
td.TdClassName
{
border-color: #23819E;
}
.TagClassName
{
border-color: #23819E;
}
</style>