Shades of Scooter #23829B
Tints of Scooter #23829B
RGB
CMYK
RGB Variations
Color information
#23829B (or 0x23829B) is known color: Scooter. HEX triplet: 23, 82 and 9B. RGB value is (35,130,155). Sum of RGB (Red+Green+Blue) = 35+130+155=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #23829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23829B is #DC7D64. Grayscale: #686868. Windows color (decimal): -14450021 or 10191395. OLE color: 10191395.
HSL color Cylindrical-coordinate representation of color #23829B: hue angle of 192.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 #23829B is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 130 | 155 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.39 |
| HSL | 192.5º | 0.63% | 0.37% | - |
| HSV(B) | 192.5º | 0.77% | 0.61% | - |
| XYZ | 14.59 | 18.69 | 33.85 | - |
| YUV | 104.45 | 156.53 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 155 | 0.77 | 0.16 | 0 | 0.39 | 192.5 | 0.63 | 0.37 |
| Hex | 23 | 82 | 9B | 4D | 10 | 0 | 27 | C0 | 3F | 25 |
| Octal | 43 | 202 | 233 | 115 | 20 | 0 | 47 | 300 | 77 | 45 |
| Binary | 100011 | 10000010 | 10011011 | 1001101 | 10000 | 0 | 100111 | 11000000 | 111111 | 100101 |
Color Harmonies of #23829B
Complementary color
Monochromatic Colors of #23829B
Black with #23829B
Text Example
Text Example
White with #23829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23829B; }
p { color: rgb(35,130,155); }
H1.HeaderClassName
{
color: #23829B;
}
.AnyTagClassName
{
color: #23829B;
}
</style>
background-color css
<style>
a { background-color: #23829B; }
a { background-color: rgb(35,130,155); }
div.DivClassName
{
background-color: #23829B;
}
.BgClassName
{
background-color: #23829B;
}
</style>
border-color css
<style>
span { border-color: #23829B; }
span { border-color: rgb(35,130,155); }
td.TdClassName
{
border-color: #23829B;
}
.TagClassName
{
border-color: #23829B;
}
</style>