Shades of Scooter #23869F
Tints of Scooter #23869F
RGB
CMYK
RGB Variations
Color information
#23869F (or 0x23869F) is known color: Scooter. HEX triplet: 23, 86 and 9F. RGB value is (35,134,159). Sum of RGB (Red+Green+Blue) = 35+134+159=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #23869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23869F is #DC7960. Grayscale: #6B6B6B. Windows color (decimal): -14448993 or 10454563. OLE color: 10454563.
HSL color Cylindrical-coordinate representation of color #23869F: hue angle of 192.1º 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 #23869F is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 134 | 159 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.38 |
| HSL | 192.1º | 0.64% | 0.38% | - |
| HSV(B) | 192.1º | 0.78% | 0.62% | - |
| XYZ | 15.48 | 19.91 | 35.83 | - |
| YUV | 107.25 | 157.2 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 159 | 0.78 | 0.16 | 0 | 0.38 | 192.1 | 0.64 | 0.38 |
| Hex | 23 | 86 | 9F | 4E | 10 | 0 | 26 | C0 | 40 | 26 |
| Octal | 43 | 206 | 237 | 116 | 20 | 0 | 46 | 300 | 100 | 46 |
| Binary | 100011 | 10000110 | 10011111 | 1001110 | 10000 | 0 | 100110 | 11000000 | 1000000 | 100110 |
Color Harmonies of #23869F
Complementary color
Monochromatic Colors of #23869F
Black with #23869F
Text Example
Text Example
White with #23869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23869F; }
p { color: rgb(35,134,159); }
H1.HeaderClassName
{
color: #23869F;
}
.AnyTagClassName
{
color: #23869F;
}
</style>
background-color css
<style>
a { background-color: #23869F; }
a { background-color: rgb(35,134,159); }
div.DivClassName
{
background-color: #23869F;
}
.BgClassName
{
background-color: #23869F;
}
</style>
border-color css
<style>
span { border-color: #23869F; }
span { border-color: rgb(35,134,159); }
td.TdClassName
{
border-color: #23869F;
}
.TagClassName
{
border-color: #23869F;
}
</style>