Shades of Scooter #33839D
Tints of Scooter #33839D
RGB
CMYK
RGB Variations
Color information
#33839D (or 0x33839D) is known color: Scooter. HEX triplet: 33, 83 and 9D. RGB value is (51,131,157). Sum of RGB (Red+Green+Blue) = 51+131+157=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #33839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33839D is #CC7C62. Grayscale: #6D6D6D. Windows color (decimal): -13401187 or 10322739. OLE color: 10322739.
HSL color Cylindrical-coordinate representation of color #33839D: hue angle of 194.72º 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 #33839D is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 131 | 157 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.38 |
| HSL | 194.72º | 0.51% | 0.41% | - |
| HSV(B) | 194.72º | 0.68% | 0.62% | - |
| XYZ | 15.57 | 19.37 | 34.82 | - |
| YUV | 110.04 | 154.5 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 157 | 0.68 | 0.17 | 0 | 0.38 | 194.72 | 0.51 | 0.41 |
| Hex | 33 | 83 | 9D | 44 | 11 | 0 | 26 | C3 | 33 | 29 |
| Octal | 63 | 203 | 235 | 104 | 21 | 0 | 46 | 303 | 63 | 51 |
| Binary | 110011 | 10000011 | 10011101 | 1000100 | 10001 | 0 | 100110 | 11000011 | 110011 | 101001 |
Color Harmonies of #33839D
Complementary color
Monochromatic Colors of #33839D
Black with #33839D
Text Example
Text Example
White with #33839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33839D; }
p { color: rgb(51,131,157); }
H1.HeaderClassName
{
color: #33839D;
}
.AnyTagClassName
{
color: #33839D;
}
</style>
background-color css
<style>
a { background-color: #33839D; }
a { background-color: rgb(51,131,157); }
div.DivClassName
{
background-color: #33839D;
}
.BgClassName
{
background-color: #33839D;
}
</style>
border-color css
<style>
span { border-color: #33839D; }
span { border-color: rgb(51,131,157); }
td.TdClassName
{
border-color: #33839D;
}
.TagClassName
{
border-color: #33839D;
}
</style>