Shades of Scooter #23849E
Tints of Scooter #23849E
RGB
CMYK
RGB Variations
Color information
#23849E (or 0x23849E) is known color: Scooter. HEX triplet: 23, 84 and 9E. RGB value is (35,132,158). Sum of RGB (Red+Green+Blue) = 35+132+158=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #23849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23849E is #DC7B61. Grayscale: #696969. Windows color (decimal): -14449506 or 10388515. OLE color: 10388515.
HSL color Cylindrical-coordinate representation of color #23849E: hue angle of 192.68º 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 #23849E is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 132 | 158 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.38 |
| HSL | 192.68º | 0.64% | 0.38% | - |
| HSV(B) | 192.68º | 0.78% | 0.62% | - |
| XYZ | 15.12 | 19.33 | 35.28 | - |
| YUV | 105.96 | 157.36 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 158 | 0.78 | 0.16 | 0 | 0.38 | 192.68 | 0.64 | 0.38 |
| Hex | 23 | 84 | 9E | 4E | 10 | 0 | 26 | C1 | 40 | 26 |
| Octal | 43 | 204 | 236 | 116 | 20 | 0 | 46 | 301 | 100 | 46 |
| Binary | 100011 | 10000100 | 10011110 | 1001110 | 10000 | 0 | 100110 | 11000001 | 1000000 | 100110 |
Color Harmonies of #23849E
Complementary color
Monochromatic Colors of #23849E
Black with #23849E
Text Example
Text Example
White with #23849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23849E; }
p { color: rgb(35,132,158); }
H1.HeaderClassName
{
color: #23849E;
}
.AnyTagClassName
{
color: #23849E;
}
</style>
background-color css
<style>
a { background-color: #23849E; }
a { background-color: rgb(35,132,158); }
div.DivClassName
{
background-color: #23849E;
}
.BgClassName
{
background-color: #23849E;
}
</style>
border-color css
<style>
span { border-color: #23849E; }
span { border-color: rgb(35,132,158); }
td.TdClassName
{
border-color: #23849E;
}
.TagClassName
{
border-color: #23849E;
}
</style>