Shades of Scooter #23849F
Tints of Scooter #23849F
RGB
CMYK
RGB Variations
Color information
#23849F (or 0x23849F) is known color: Scooter. HEX triplet: 23, 84 and 9F. RGB value is (35,132,159). Sum of RGB (Red+Green+Blue) = 35+132+159=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #23849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23849F is #DC7B60. Grayscale: #696969. Windows color (decimal): -14449505 or 10454051. OLE color: 10454051.
HSL color Cylindrical-coordinate representation of color #23849F: hue angle of 193.06º 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 #23849F is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 132 | 159 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.38 |
| HSL | 193.06º | 0.64% | 0.38% | - |
| HSV(B) | 193.06º | 0.78% | 0.62% | - |
| XYZ | 15.2 | 19.36 | 35.74 | - |
| YUV | 106.08 | 157.86 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 159 | 0.78 | 0.17 | 0 | 0.38 | 193.06 | 0.64 | 0.38 |
| Hex | 23 | 84 | 9F | 4E | 11 | 0 | 26 | C1 | 40 | 26 |
| Octal | 43 | 204 | 237 | 116 | 21 | 0 | 46 | 301 | 100 | 46 |
| Binary | 100011 | 10000100 | 10011111 | 1001110 | 10001 | 0 | 100110 | 11000001 | 1000000 | 100110 |
Color Harmonies of #23849F
Complementary color
Monochromatic Colors of #23849F
Black with #23849F
Text Example
Text Example
White with #23849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23849F; }
p { color: rgb(35,132,159); }
H1.HeaderClassName
{
color: #23849F;
}
.AnyTagClassName
{
color: #23849F;
}
</style>
background-color css
<style>
a { background-color: #23849F; }
a { background-color: rgb(35,132,159); }
div.DivClassName
{
background-color: #23849F;
}
.BgClassName
{
background-color: #23849F;
}
</style>
border-color css
<style>
span { border-color: #23849F; }
span { border-color: rgb(35,132,159); }
td.TdClassName
{
border-color: #23849F;
}
.TagClassName
{
border-color: #23849F;
}
</style>