Shades of Scooter #32839A
Tints of Scooter #32839A
RGB
CMYK
RGB Variations
Color information
#32839A (or 0x32839A) is known color: Scooter. HEX triplet: 32, 83 and 9A. RGB value is (50,131,154). Sum of RGB (Red+Green+Blue) = 50+131+154=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #32839A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32839A is #CD7C65. Grayscale: #6D6D6D. Windows color (decimal): -13466726 or 10126130. OLE color: 10126130.
HSL color Cylindrical-coordinate representation of color #32839A: hue angle of 193.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32839A is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 131 | 154 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.40 |
| HSL | 193.27º | 0.51% | 0.4% | - |
| HSV(B) | 193.27º | 0.68% | 0.6% | - |
| XYZ | 15.26 | 19.24 | 33.48 | - |
| YUV | 109.4 | 153.16 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 154 | 0.68 | 0.15 | 0 | 0.40 | 193.27 | 0.51 | 0.4 |
| Hex | 32 | 83 | 9A | 44 | F | 0 | 28 | C1 | 33 | 28 |
| Octal | 62 | 203 | 232 | 104 | 17 | 0 | 50 | 301 | 63 | 50 |
| Binary | 110010 | 10000011 | 10011010 | 1000100 | 1111 | 0 | 101000 | 11000001 | 110011 | 101000 |
Color Harmonies of #32839A
Complementary color
Monochromatic Colors of #32839A
Black with #32839A
Text Example
Text Example
White with #32839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32839A; }
p { color: rgb(50,131,154); }
H1.HeaderClassName
{
color: #32839A;
}
.AnyTagClassName
{
color: #32839A;
}
</style>
background-color css
<style>
a { background-color: #32839A; }
a { background-color: rgb(50,131,154); }
div.DivClassName
{
background-color: #32839A;
}
.BgClassName
{
background-color: #32839A;
}
</style>
border-color css
<style>
span { border-color: #32839A; }
span { border-color: rgb(50,131,154); }
td.TdClassName
{
border-color: #32839A;
}
.TagClassName
{
border-color: #32839A;
}
</style>