Shades of Scooter #33949F
Tints of Scooter #33949F
RGB
CMYK
RGB Variations
Color information
#33949F (or 0x33949F) is known color: Scooter. HEX triplet: 33, 94 and 9F. RGB value is (51,148,159). Sum of RGB (Red+Green+Blue) = 51+148+159=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #33949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33949F is #CC6B60. Grayscale: #787878. Windows color (decimal): -13396833 or 10458163. OLE color: 10458163.
HSL color Cylindrical-coordinate representation of color #33949F: hue angle of 186.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33949F is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 148 | 159 | - |
| CMYK | 0.68 | 0.07 | 0 | 0.38 |
| HSL | 186.11º | 0.51% | 0.41% | - |
| HSV(B) | 186.11º | 0.68% | 0.62% | - |
| XYZ | 18.21 | 24.39 | 36.55 | - |
| YUV | 120.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 159 | 0.68 | 0.07 | 0 | 0.38 | 186.11 | 0.51 | 0.41 |
| Hex | 33 | 94 | 9F | 44 | 7 | 0 | 26 | BA | 33 | 29 |
| Octal | 63 | 224 | 237 | 104 | 7 | 0 | 46 | 272 | 63 | 51 |
| Binary | 110011 | 10010100 | 10011111 | 1000100 | 111 | 0 | 100110 | 10111010 | 110011 | 101001 |
Color Harmonies of #33949F
Complementary color
Monochromatic Colors of #33949F
Black with #33949F
Text Example
Text Example
White with #33949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33949F; }
p { color: rgb(51,148,159); }
H1.HeaderClassName
{
color: #33949F;
}
.AnyTagClassName
{
color: #33949F;
}
</style>
background-color css
<style>
a { background-color: #33949F; }
a { background-color: rgb(51,148,159); }
div.DivClassName
{
background-color: #33949F;
}
.BgClassName
{
background-color: #33949F;
}
</style>
border-color css
<style>
span { border-color: #33949F; }
span { border-color: rgb(51,148,159); }
td.TdClassName
{
border-color: #33949F;
}
.TagClassName
{
border-color: #33949F;
}
</style>