Shades of Scooter #23899C
Tints of Scooter #23899C
RGB
CMYK
RGB Variations
Color information
#23899C (or 0x23899C) is known color: Scooter. HEX triplet: 23, 89 and 9C. RGB value is (35,137,156). Sum of RGB (Red+Green+Blue) = 35+137+156=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #23899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23899C is #DC7663. Grayscale: #6C6C6C. Windows color (decimal): -14448228 or 10258723. OLE color: 10258723.
HSL color Cylindrical-coordinate representation of color #23899C: hue angle of 189.42º 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 #23899C is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 137 | 156 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.39 |
| HSL | 189.42º | 0.63% | 0.37% | - |
| HSV(B) | 189.42º | 0.78% | 0.61% | - |
| XYZ | 15.64 | 20.65 | 34.61 | - |
| YUV | 108.67 | 154.71 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 156 | 0.78 | 0.12 | 0 | 0.39 | 189.42 | 0.63 | 0.37 |
| Hex | 23 | 89 | 9C | 4E | C | 0 | 27 | BD | 3F | 25 |
| Octal | 43 | 211 | 234 | 116 | 14 | 0 | 47 | 275 | 77 | 45 |
| Binary | 100011 | 10001001 | 10011100 | 1001110 | 1100 | 0 | 100111 | 10111101 | 111111 | 100101 |
Color Harmonies of #23899C
Complementary color
Monochromatic Colors of #23899C
Black with #23899C
Text Example
Text Example
White with #23899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23899C; }
p { color: rgb(35,137,156); }
H1.HeaderClassName
{
color: #23899C;
}
.AnyTagClassName
{
color: #23899C;
}
</style>
background-color css
<style>
a { background-color: #23899C; }
a { background-color: rgb(35,137,156); }
div.DivClassName
{
background-color: #23899C;
}
.BgClassName
{
background-color: #23899C;
}
</style>
border-color css
<style>
span { border-color: #23899C; }
span { border-color: rgb(35,137,156); }
td.TdClassName
{
border-color: #23899C;
}
.TagClassName
{
border-color: #23899C;
}
</style>