Shades of Scooter #33849D
Tints of Scooter #33849D
RGB
CMYK
RGB Variations
Color information
#33849D (or 0x33849D) is known color: Scooter. HEX triplet: 33, 84 and 9D. RGB value is (51,132,157). Sum of RGB (Red+Green+Blue) = 51+132+157=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #33849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33849D is #CC7B62. Grayscale: #6E6E6E. Windows color (decimal): -13400931 or 10322995. OLE color: 10322995.
HSL color Cylindrical-coordinate representation of color #33849D: hue angle of 194.15º 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 #33849D is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 132 | 157 | - |
| CMYK | 0.68 | 0.16 | 0 | 0.38 |
| HSL | 194.15º | 0.51% | 0.41% | - |
| HSV(B) | 194.15º | 0.68% | 0.62% | - |
| XYZ | 15.7 | 19.64 | 34.86 | - |
| YUV | 110.63 | 154.16 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 157 | 0.68 | 0.16 | 0 | 0.38 | 194.15 | 0.51 | 0.41 |
| Hex | 33 | 84 | 9D | 44 | 10 | 0 | 26 | C2 | 33 | 29 |
| Octal | 63 | 204 | 235 | 104 | 20 | 0 | 46 | 302 | 63 | 51 |
| Binary | 110011 | 10000100 | 10011101 | 1000100 | 10000 | 0 | 100110 | 11000010 | 110011 | 101001 |
Color Harmonies of #33849D
Complementary color
Monochromatic Colors of #33849D
Black with #33849D
Text Example
Text Example
White with #33849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33849D; }
p { color: rgb(51,132,157); }
H1.HeaderClassName
{
color: #33849D;
}
.AnyTagClassName
{
color: #33849D;
}
</style>
background-color css
<style>
a { background-color: #33849D; }
a { background-color: rgb(51,132,157); }
div.DivClassName
{
background-color: #33849D;
}
.BgClassName
{
background-color: #33849D;
}
</style>
border-color css
<style>
span { border-color: #33849D; }
span { border-color: rgb(51,132,157); }
td.TdClassName
{
border-color: #33849D;
}
.TagClassName
{
border-color: #33849D;
}
</style>