Shades of Scooter #23889B
Tints of Scooter #23889B
RGB
CMYK
RGB Variations
Color information
#23889B (or 0x23889B) is known color: Scooter. HEX triplet: 23, 88 and 9B. RGB value is (35,136,155). Sum of RGB (Red+Green+Blue) = 35+136+155=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #23889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23889B is #DC7764. Grayscale: #6B6B6B. Windows color (decimal): -14448485 or 10192931. OLE color: 10192931.
HSL color Cylindrical-coordinate representation of color #23889B: hue angle of 189.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23889B is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 136 | 155 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.39 |
| HSL | 189.5º | 0.63% | 0.37% | - |
| HSV(B) | 189.5º | 0.77% | 0.61% | - |
| XYZ | 15.41 | 20.33 | 34.12 | - |
| YUV | 107.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 155 | 0.77 | 0.12 | 0 | 0.39 | 189.5 | 0.63 | 0.37 |
| Hex | 23 | 88 | 9B | 4D | C | 0 | 27 | BE | 3F | 25 |
| Octal | 43 | 210 | 233 | 115 | 14 | 0 | 47 | 276 | 77 | 45 |
| Binary | 100011 | 10001000 | 10011011 | 1001101 | 1100 | 0 | 100111 | 10111110 | 111111 | 100101 |
Color Harmonies of #23889B
Complementary color
Monochromatic Colors of #23889B
Black with #23889B
Text Example
Text Example
White with #23889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23889B; }
p { color: rgb(35,136,155); }
H1.HeaderClassName
{
color: #23889B;
}
.AnyTagClassName
{
color: #23889B;
}
</style>
background-color css
<style>
a { background-color: #23889B; }
a { background-color: rgb(35,136,155); }
div.DivClassName
{
background-color: #23889B;
}
.BgClassName
{
background-color: #23889B;
}
</style>
border-color css
<style>
span { border-color: #23889B; }
span { border-color: rgb(35,136,155); }
td.TdClassName
{
border-color: #23889B;
}
.TagClassName
{
border-color: #23889B;
}
</style>