Shades of Scooter #23819D
Tints of Scooter #23819D
RGB
CMYK
RGB Variations
Color information
#23819D (or 0x23819D) is known color: Scooter. HEX triplet: 23, 81 and 9D. RGB value is (35,129,157). Sum of RGB (Red+Green+Blue) = 35+129+157=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #23819D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23819D is #DC7E62. Grayscale: #676767. Windows color (decimal): -14450275 or 10322211. OLE color: 10322211.
HSL color Cylindrical-coordinate representation of color #23819D: hue angle of 193.77º 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 #23819D is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 129 | 157 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.38 |
| HSL | 193.77º | 0.64% | 0.38% | - |
| HSV(B) | 193.77º | 0.78% | 0.62% | - |
| XYZ | 14.63 | 18.49 | 34.7 | - |
| YUV | 104.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 157 | 0.78 | 0.18 | 0 | 0.38 | 193.77 | 0.64 | 0.38 |
| Hex | 23 | 81 | 9D | 4E | 12 | 0 | 26 | C2 | 40 | 26 |
| Octal | 43 | 201 | 235 | 116 | 22 | 0 | 46 | 302 | 100 | 46 |
| Binary | 100011 | 10000001 | 10011101 | 1001110 | 10010 | 0 | 100110 | 11000010 | 1000000 | 100110 |
Color Harmonies of #23819D
Complementary color
Monochromatic Colors of #23819D
Black with #23819D
Text Example
Text Example
White with #23819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23819D; }
p { color: rgb(35,129,157); }
H1.HeaderClassName
{
color: #23819D;
}
.AnyTagClassName
{
color: #23819D;
}
</style>
background-color css
<style>
a { background-color: #23819D; }
a { background-color: rgb(35,129,157); }
div.DivClassName
{
background-color: #23819D;
}
.BgClassName
{
background-color: #23819D;
}
</style>
border-color css
<style>
span { border-color: #23819D; }
span { border-color: rgb(35,129,157); }
td.TdClassName
{
border-color: #23819D;
}
.TagClassName
{
border-color: #23819D;
}
</style>