Shades of Scooter #33899D
Tints of Scooter #33899D
RGB
CMYK
RGB Variations
Color information
#33899D (or 0x33899D) is known color: Scooter. HEX triplet: 33, 89 and 9D. RGB value is (51,137,157). Sum of RGB (Red+Green+Blue) = 51+137+157=345 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.78% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #33899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33899D is #CC7662. Grayscale: #717171. Windows color (decimal): -13399651 or 10324275. OLE color: 10324275.
HSL color Cylindrical-coordinate representation of color #33899D: hue angle of 191.32º 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 #33899D is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 137 | 157 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.38 |
| HSL | 191.32º | 0.51% | 0.41% | - |
| HSV(B) | 191.32º | 0.68% | 0.62% | - |
| XYZ | 16.4 | 21.03 | 35.09 | - |
| YUV | 113.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 157 | 0.68 | 0.13 | 0 | 0.38 | 191.32 | 0.51 | 0.41 |
| Hex | 33 | 89 | 9D | 44 | D | 0 | 26 | BF | 33 | 29 |
| Octal | 63 | 211 | 235 | 104 | 15 | 0 | 46 | 277 | 63 | 51 |
| Binary | 110011 | 10001001 | 10011101 | 1000100 | 1101 | 0 | 100110 | 10111111 | 110011 | 101001 |
Color Harmonies of #33899D
Complementary color
Monochromatic Colors of #33899D
Black with #33899D
Text Example
Text Example
White with #33899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33899D; }
p { color: rgb(51,137,157); }
H1.HeaderClassName
{
color: #33899D;
}
.AnyTagClassName
{
color: #33899D;
}
</style>
background-color css
<style>
a { background-color: #33899D; }
a { background-color: rgb(51,137,157); }
div.DivClassName
{
background-color: #33899D;
}
.BgClassName
{
background-color: #33899D;
}
</style>
border-color css
<style>
span { border-color: #33899D; }
span { border-color: rgb(51,137,157); }
td.TdClassName
{
border-color: #33899D;
}
.TagClassName
{
border-color: #33899D;
}
</style>