Shades of Scooter #23889D
Tints of Scooter #23889D
RGB
CMYK
RGB Variations
Color information
#23889D (or 0x23889D) is known color: Scooter. HEX triplet: 23, 88 and 9D. RGB value is (35,136,157). Sum of RGB (Red+Green+Blue) = 35+136+157=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #23889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23889D is #DC7762. Grayscale: #6C6C6C. Windows color (decimal): -14448483 or 10324003. OLE color: 10324003.
HSL color Cylindrical-coordinate representation of color #23889D: hue angle of 190.33º 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 #23889D is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 136 | 157 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.38 |
| HSL | 190.33º | 0.64% | 0.38% | - |
| HSV(B) | 190.33º | 0.78% | 0.62% | - |
| XYZ | 15.58 | 20.4 | 35.01 | - |
| YUV | 108.2 | 155.54 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 157 | 0.78 | 0.13 | 0 | 0.38 | 190.33 | 0.64 | 0.38 |
| Hex | 23 | 88 | 9D | 4E | D | 0 | 26 | BE | 40 | 26 |
| Octal | 43 | 210 | 235 | 116 | 15 | 0 | 46 | 276 | 100 | 46 |
| Binary | 100011 | 10001000 | 10011101 | 1001110 | 1101 | 0 | 100110 | 10111110 | 1000000 | 100110 |
Color Harmonies of #23889D
Complementary color
Monochromatic Colors of #23889D
Black with #23889D
Text Example
Text Example
White with #23889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23889D; }
p { color: rgb(35,136,157); }
H1.HeaderClassName
{
color: #23889D;
}
.AnyTagClassName
{
color: #23889D;
}
</style>
background-color css
<style>
a { background-color: #23889D; }
a { background-color: rgb(35,136,157); }
div.DivClassName
{
background-color: #23889D;
}
.BgClassName
{
background-color: #23889D;
}
</style>
border-color css
<style>
span { border-color: #23889D; }
span { border-color: rgb(35,136,157); }
td.TdClassName
{
border-color: #23889D;
}
.TagClassName
{
border-color: #23889D;
}
</style>