Shades of Scooter #23859F
Tints of Scooter #23859F
RGB
CMYK
RGB Variations
Color information
#23859F (or 0x23859F) is known color: Scooter. HEX triplet: 23, 85 and 9F. RGB value is (35,133,159). Sum of RGB (Red+Green+Blue) = 35+133+159=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #23859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23859F is #DC7A60. Grayscale: #6A6A6A. Windows color (decimal): -14449249 or 10454307. OLE color: 10454307.
HSL color Cylindrical-coordinate representation of color #23859F: hue angle of 192.58º 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 #23859F is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 133 | 159 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.38 |
| HSL | 192.58º | 0.64% | 0.38% | - |
| HSV(B) | 192.58º | 0.78% | 0.62% | - |
| XYZ | 15.34 | 19.64 | 35.78 | - |
| YUV | 106.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 159 | 0.78 | 0.16 | 0 | 0.38 | 192.58 | 0.64 | 0.38 |
| Hex | 23 | 85 | 9F | 4E | 10 | 0 | 26 | C1 | 40 | 26 |
| Octal | 43 | 205 | 237 | 116 | 20 | 0 | 46 | 301 | 100 | 46 |
| Binary | 100011 | 10000101 | 10011111 | 1001110 | 10000 | 0 | 100110 | 11000001 | 1000000 | 100110 |
Color Harmonies of #23859F
Complementary color
Monochromatic Colors of #23859F
Black with #23859F
Text Example
Text Example
White with #23859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23859F; }
p { color: rgb(35,133,159); }
H1.HeaderClassName
{
color: #23859F;
}
.AnyTagClassName
{
color: #23859F;
}
</style>
background-color css
<style>
a { background-color: #23859F; }
a { background-color: rgb(35,133,159); }
div.DivClassName
{
background-color: #23859F;
}
.BgClassName
{
background-color: #23859F;
}
</style>
border-color css
<style>
span { border-color: #23859F; }
span { border-color: rgb(35,133,159); }
td.TdClassName
{
border-color: #23859F;
}
.TagClassName
{
border-color: #23859F;
}
</style>