Shades of Scooter #23819F
Tints of Scooter #23819F
RGB
CMYK
RGB Variations
Color information
#23819F (or 0x23819F) is known color: Scooter. HEX triplet: 23, 81 and 9F. RGB value is (35,129,159). Sum of RGB (Red+Green+Blue) = 35+129+159=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #23819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23819F is #DC7E60. Grayscale: #686868. Windows color (decimal): -14450273 or 10453283. OLE color: 10453283.
HSL color Cylindrical-coordinate representation of color #23819F: hue angle of 194.52º 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 #23819F is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 129 | 159 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.38 |
| HSL | 194.52º | 0.64% | 0.38% | - |
| HSV(B) | 194.52º | 0.78% | 0.62% | - |
| XYZ | 14.8 | 18.56 | 35.6 | - |
| YUV | 104.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 159 | 0.78 | 0.19 | 0 | 0.38 | 194.52 | 0.64 | 0.38 |
| Hex | 23 | 81 | 9F | 4E | 13 | 0 | 26 | C3 | 40 | 26 |
| Octal | 43 | 201 | 237 | 116 | 23 | 0 | 46 | 303 | 100 | 46 |
| Binary | 100011 | 10000001 | 10011111 | 1001110 | 10011 | 0 | 100110 | 11000011 | 1000000 | 100110 |
Color Harmonies of #23819F
Complementary color
Monochromatic Colors of #23819F
Black with #23819F
Text Example
Text Example
White with #23819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23819F; }
p { color: rgb(35,129,159); }
H1.HeaderClassName
{
color: #23819F;
}
.AnyTagClassName
{
color: #23819F;
}
</style>
background-color css
<style>
a { background-color: #23819F; }
a { background-color: rgb(35,129,159); }
div.DivClassName
{
background-color: #23819F;
}
.BgClassName
{
background-color: #23819F;
}
</style>
border-color css
<style>
span { border-color: #23819F; }
span { border-color: rgb(35,129,159); }
td.TdClassName
{
border-color: #23819F;
}
.TagClassName
{
border-color: #23819F;
}
</style>