Shades of Scooter #23859C
Tints of Scooter #23859C
RGB
CMYK
RGB Variations
Color information
#23859C (or 0x23859C) is known color: Scooter. HEX triplet: 23, 85 and 9C. RGB value is (35,133,156). Sum of RGB (Red+Green+Blue) = 35+133+156=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #23859C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23859C is #DC7A63. Grayscale: #6A6A6A. Windows color (decimal): -14449252 or 10257699. OLE color: 10257699.
HSL color Cylindrical-coordinate representation of color #23859C: hue angle of 191.4º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23859C is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 133 | 156 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.39 |
| HSL | 191.41º | 0.63% | 0.37% | - |
| HSV(B) | 191.41º | 0.78% | 0.61% | - |
| XYZ | 15.08 | 19.53 | 34.43 | - |
| YUV | 106.32 | 156.03 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 156 | 0.78 | 0.15 | 0 | 0.39 | 191.41 | 0.63 | 0.37 |
| Hex | 23 | 85 | 9C | 4E | F | 0 | 27 | BF | 3F | 25 |
| Octal | 43 | 205 | 234 | 116 | 17 | 0 | 47 | 277 | 77 | 45 |
| Binary | 100011 | 10000101 | 10011100 | 1001110 | 1111 | 0 | 100111 | 10111111 | 111111 | 100101 |
Color Harmonies of #23859C
Complementary color
Monochromatic Colors of #23859C
Black with #23859C
Text Example
Text Example
White with #23859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23859C; }
p { color: rgb(35,133,156); }
H1.HeaderClassName
{
color: #23859C;
}
.AnyTagClassName
{
color: #23859C;
}
</style>
background-color css
<style>
a { background-color: #23859C; }
a { background-color: rgb(35,133,156); }
div.DivClassName
{
background-color: #23859C;
}
.BgClassName
{
background-color: #23859C;
}
</style>
border-color css
<style>
span { border-color: #23859C; }
span { border-color: rgb(35,133,156); }
td.TdClassName
{
border-color: #23859C;
}
.TagClassName
{
border-color: #23859C;
}
</style>