Shades of Scooter #23809D
Tints of Scooter #23809D
RGB
CMYK
RGB Variations
Color information
#23809D (or 0x23809D) is known color: Scooter. HEX triplet: 23, 80 and 9D. RGB value is (35,128,157). Sum of RGB (Red+Green+Blue) = 35+128+157=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #23809D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23809D is #DC7F62. Grayscale: #676767. Windows color (decimal): -14450531 or 10321955. OLE color: 10321955.
HSL color Cylindrical-coordinate representation of color #23809D: hue angle of 194.26º 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 #23809D is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 128 | 157 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.38 |
| HSL | 194.26º | 0.64% | 0.38% | - |
| HSV(B) | 194.26º | 0.78% | 0.62% | - |
| XYZ | 14.5 | 18.23 | 34.65 | - |
| YUV | 103.5 | 158.19 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 157 | 0.78 | 0.18 | 0 | 0.38 | 194.26 | 0.64 | 0.38 |
| Hex | 23 | 80 | 9D | 4E | 12 | 0 | 26 | C2 | 40 | 26 |
| Octal | 43 | 200 | 235 | 116 | 22 | 0 | 46 | 302 | 100 | 46 |
| Binary | 100011 | 10000000 | 10011101 | 1001110 | 10010 | 0 | 100110 | 11000010 | 1000000 | 100110 |
Color Harmonies of #23809D
Complementary color
Monochromatic Colors of #23809D
Black with #23809D
Text Example
Text Example
White with #23809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23809D; }
p { color: rgb(35,128,157); }
H1.HeaderClassName
{
color: #23809D;
}
.AnyTagClassName
{
color: #23809D;
}
</style>
background-color css
<style>
a { background-color: #23809D; }
a { background-color: rgb(35,128,157); }
div.DivClassName
{
background-color: #23809D;
}
.BgClassName
{
background-color: #23809D;
}
</style>
border-color css
<style>
span { border-color: #23809D; }
span { border-color: rgb(35,128,157); }
td.TdClassName
{
border-color: #23809D;
}
.TagClassName
{
border-color: #23809D;
}
</style>