Shades of Scooter #23839A
Tints of Scooter #23839A
RGB
CMYK
RGB Variations
Color information
#23839A (or 0x23839A) is known color: Scooter. HEX triplet: 23, 83 and 9A. RGB value is (35,131,154). Sum of RGB (Red+Green+Blue) = 35+131+154=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #23839A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23839A is #DC7C65. Grayscale: #686868. Windows color (decimal): -14449766 or 10126115. OLE color: 10126115.
HSL color Cylindrical-coordinate representation of color #23839A: hue angle of 191.6º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23839A is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 131 | 154 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.40 |
| HSL | 191.6º | 0.63% | 0.37% | - |
| HSV(B) | 191.6º | 0.77% | 0.6% | - |
| XYZ | 14.64 | 18.92 | 33.45 | - |
| YUV | 104.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 154 | 0.77 | 0.15 | 0 | 0.40 | 191.6 | 0.63 | 0.37 |
| Hex | 23 | 83 | 9A | 4D | F | 0 | 28 | C0 | 3F | 25 |
| Octal | 43 | 203 | 232 | 115 | 17 | 0 | 50 | 300 | 77 | 45 |
| Binary | 100011 | 10000011 | 10011010 | 1001101 | 1111 | 0 | 101000 | 11000000 | 111111 | 100101 |
Color Harmonies of #23839A
Complementary color
Monochromatic Colors of #23839A
Black with #23839A
Text Example
Text Example
White with #23839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23839A; }
p { color: rgb(35,131,154); }
H1.HeaderClassName
{
color: #23839A;
}
.AnyTagClassName
{
color: #23839A;
}
</style>
background-color css
<style>
a { background-color: #23839A; }
a { background-color: rgb(35,131,154); }
div.DivClassName
{
background-color: #23839A;
}
.BgClassName
{
background-color: #23839A;
}
</style>
border-color css
<style>
span { border-color: #23839A; }
span { border-color: rgb(35,131,154); }
td.TdClassName
{
border-color: #23839A;
}
.TagClassName
{
border-color: #23839A;
}
</style>