Shades of Scooter #33849C
Tints of Scooter #33849C
RGB
CMYK
RGB Variations
Color information
#33849C (or 0x33849C) is known color: Scooter. HEX triplet: 33, 84 and 9C. RGB value is (51,132,156). Sum of RGB (Red+Green+Blue) = 51+132+156=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #33849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33849C is #CC7B63. Grayscale: #6E6E6E. Windows color (decimal): -13400932 or 10257459. OLE color: 10257459.
HSL color Cylindrical-coordinate representation of color #33849C: hue angle of 193.71º 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 #33849C is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 132 | 156 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.39 |
| HSL | 193.71º | 0.51% | 0.41% | - |
| HSV(B) | 193.71º | 0.67% | 0.61% | - |
| XYZ | 15.62 | 19.61 | 34.41 | - |
| YUV | 110.52 | 153.66 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 156 | 0.67 | 0.15 | 0 | 0.39 | 193.71 | 0.51 | 0.41 |
| Hex | 33 | 84 | 9C | 43 | F | 0 | 27 | C2 | 33 | 29 |
| Octal | 63 | 204 | 234 | 103 | 17 | 0 | 47 | 302 | 63 | 51 |
| Binary | 110011 | 10000100 | 10011100 | 1000011 | 1111 | 0 | 100111 | 11000010 | 110011 | 101001 |
Color Harmonies of #33849C
Complementary color
Monochromatic Colors of #33849C
Black with #33849C
Text Example
Text Example
White with #33849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33849C; }
p { color: rgb(51,132,156); }
H1.HeaderClassName
{
color: #33849C;
}
.AnyTagClassName
{
color: #33849C;
}
</style>
background-color css
<style>
a { background-color: #33849C; }
a { background-color: rgb(51,132,156); }
div.DivClassName
{
background-color: #33849C;
}
.BgClassName
{
background-color: #33849C;
}
</style>
border-color css
<style>
span { border-color: #33849C; }
span { border-color: rgb(51,132,156); }
td.TdClassName
{
border-color: #33849C;
}
.TagClassName
{
border-color: #33849C;
}
</style>