Shades of Scooter #33829C
Tints of Scooter #33829C
RGB
CMYK
RGB Variations
Color information
#33829C (or 0x33829C) is known color: Scooter. HEX triplet: 33, 82 and 9C. RGB value is (51,130,156). Sum of RGB (Red+Green+Blue) = 51+130+156=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #33829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33829C is #CC7D63. Grayscale: #6D6D6D. Windows color (decimal): -13401444 or 10256947. OLE color: 10256947.
HSL color Cylindrical-coordinate representation of color #33829C: hue angle of 194.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 #33829C is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 130 | 156 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.39 |
| HSL | 194.86º | 0.51% | 0.41% | - |
| HSV(B) | 194.86º | 0.67% | 0.61% | - |
| XYZ | 15.35 | 19.07 | 34.32 | - |
| YUV | 109.34 | 154.33 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 156 | 0.67 | 0.17 | 0 | 0.39 | 194.86 | 0.51 | 0.41 |
| Hex | 33 | 82 | 9C | 43 | 11 | 0 | 27 | C3 | 33 | 29 |
| Octal | 63 | 202 | 234 | 103 | 21 | 0 | 47 | 303 | 63 | 51 |
| Binary | 110011 | 10000010 | 10011100 | 1000011 | 10001 | 0 | 100111 | 11000011 | 110011 | 101001 |
Color Harmonies of #33829C
Complementary color
Monochromatic Colors of #33829C
Black with #33829C
Text Example
Text Example
White with #33829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33829C; }
p { color: rgb(51,130,156); }
H1.HeaderClassName
{
color: #33829C;
}
.AnyTagClassName
{
color: #33829C;
}
</style>
background-color css
<style>
a { background-color: #33829C; }
a { background-color: rgb(51,130,156); }
div.DivClassName
{
background-color: #33829C;
}
.BgClassName
{
background-color: #33829C;
}
</style>
border-color css
<style>
span { border-color: #33829C; }
span { border-color: rgb(51,130,156); }
td.TdClassName
{
border-color: #33829C;
}
.TagClassName
{
border-color: #33829C;
}
</style>