Shades of Scooter #32899A
Tints of Scooter #32899A
RGB
CMYK
RGB Variations
Color information
#32899A (or 0x32899A) is known color: Scooter. HEX triplet: 32, 89 and 9A. RGB value is (50,137,154). Sum of RGB (Red+Green+Blue) = 50+137+154=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #32899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32899A is #CD7665. Grayscale: #707070. Windows color (decimal): -13465190 or 10127666. OLE color: 10127666.
HSL color Cylindrical-coordinate representation of color #32899A: hue angle of 189.81º 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 #32899A is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 137 | 154 | - |
| CMYK | 0.68 | 0.11 | 0 | 0.40 |
| HSL | 189.81º | 0.51% | 0.4% | - |
| HSV(B) | 189.81º | 0.68% | 0.6% | - |
| XYZ | 16.09 | 20.9 | 33.76 | - |
| YUV | 112.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 137 | 154 | 0.68 | 0.11 | 0 | 0.40 | 189.81 | 0.51 | 0.4 |
| Hex | 32 | 89 | 9A | 44 | B | 0 | 28 | BE | 33 | 28 |
| Octal | 62 | 211 | 232 | 104 | 13 | 0 | 50 | 276 | 63 | 50 |
| Binary | 110010 | 10001001 | 10011010 | 1000100 | 1011 | 0 | 101000 | 10111110 | 110011 | 101000 |
Color Harmonies of #32899A
Complementary color
Monochromatic Colors of #32899A
Black with #32899A
Text Example
Text Example
White with #32899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32899A; }
p { color: rgb(50,137,154); }
H1.HeaderClassName
{
color: #32899A;
}
.AnyTagClassName
{
color: #32899A;
}
</style>
background-color css
<style>
a { background-color: #32899A; }
a { background-color: rgb(50,137,154); }
div.DivClassName
{
background-color: #32899A;
}
.BgClassName
{
background-color: #32899A;
}
</style>
border-color css
<style>
span { border-color: #32899A; }
span { border-color: rgb(50,137,154); }
td.TdClassName
{
border-color: #32899A;
}
.TagClassName
{
border-color: #32899A;
}
</style>