Shades of Scooter #33909C
Tints of Scooter #33909C
RGB
CMYK
RGB Variations
Color information
#33909C (or 0x33909C) is known color: Scooter. HEX triplet: 33, 90 and 9C. RGB value is (51,144,156). Sum of RGB (Red+Green+Blue) = 51+144+156=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #33909C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33909C is #CC6F63. Grayscale: #757575. Windows color (decimal): -13397860 or 10260531. OLE color: 10260531.
HSL color Cylindrical-coordinate representation of color #33909C: hue angle of 186.86º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33909C is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 144 | 156 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.39 |
| HSL | 186.86º | 0.51% | 0.41% | - |
| HSV(B) | 186.86º | 0.67% | 0.61% | - |
| XYZ | 17.34 | 23.05 | 34.99 | - |
| YUV | 117.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 156 | 0.67 | 0.08 | 0 | 0.39 | 186.86 | 0.51 | 0.41 |
| Hex | 33 | 90 | 9C | 43 | 8 | 0 | 27 | BB | 33 | 29 |
| Octal | 63 | 220 | 234 | 103 | 10 | 0 | 47 | 273 | 63 | 51 |
| Binary | 110011 | 10010000 | 10011100 | 1000011 | 1000 | 0 | 100111 | 10111011 | 110011 | 101001 |
Color Harmonies of #33909C
Complementary color
Monochromatic Colors of #33909C
Black with #33909C
Text Example
Text Example
White with #33909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33909C; }
p { color: rgb(51,144,156); }
H1.HeaderClassName
{
color: #33909C;
}
.AnyTagClassName
{
color: #33909C;
}
</style>
background-color css
<style>
a { background-color: #33909C; }
a { background-color: rgb(51,144,156); }
div.DivClassName
{
background-color: #33909C;
}
.BgClassName
{
background-color: #33909C;
}
</style>
border-color css
<style>
span { border-color: #33909C; }
span { border-color: rgb(51,144,156); }
td.TdClassName
{
border-color: #33909C;
}
.TagClassName
{
border-color: #33909C;
}
</style>