Shades of Scooter #33869D
Tints of Scooter #33869D
RGB
CMYK
RGB Variations
Color information
#33869D (or 0x33869D) is known color: Scooter. HEX triplet: 33, 86 and 9D. RGB value is (51,134,157). Sum of RGB (Red+Green+Blue) = 51+134+157=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #33869D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33869D is #CC7962. Grayscale: #6F6F6F. Windows color (decimal): -13400419 or 10323507. OLE color: 10323507.
HSL color Cylindrical-coordinate representation of color #33869D: hue angle of 193.02º 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 #33869D is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 134 | 157 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.38 |
| HSL | 193.02º | 0.51% | 0.41% | - |
| HSV(B) | 193.02º | 0.68% | 0.62% | - |
| XYZ | 15.98 | 20.19 | 34.95 | - |
| YUV | 111.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 157 | 0.68 | 0.15 | 0 | 0.38 | 193.02 | 0.51 | 0.41 |
| Hex | 33 | 86 | 9D | 44 | F | 0 | 26 | C1 | 33 | 29 |
| Octal | 63 | 206 | 235 | 104 | 17 | 0 | 46 | 301 | 63 | 51 |
| Binary | 110011 | 10000110 | 10011101 | 1000100 | 1111 | 0 | 100110 | 11000001 | 110011 | 101001 |
Color Harmonies of #33869D
Complementary color
Monochromatic Colors of #33869D
Black with #33869D
Text Example
Text Example
White with #33869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33869D; }
p { color: rgb(51,134,157); }
H1.HeaderClassName
{
color: #33869D;
}
.AnyTagClassName
{
color: #33869D;
}
</style>
background-color css
<style>
a { background-color: #33869D; }
a { background-color: rgb(51,134,157); }
div.DivClassName
{
background-color: #33869D;
}
.BgClassName
{
background-color: #33869D;
}
</style>
border-color css
<style>
span { border-color: #33869D; }
span { border-color: rgb(51,134,157); }
td.TdClassName
{
border-color: #33869D;
}
.TagClassName
{
border-color: #33869D;
}
</style>