Shades of Scooter #33959C
Tints of Scooter #33959C
RGB
CMYK
RGB Variations
Color information
#33959C (or 0x33959C) is known color: Scooter. HEX triplet: 33, 95 and 9C. RGB value is (51,149,156). Sum of RGB (Red+Green+Blue) = 51+149+156=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #33959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33959C is #CC6A63. Grayscale: #787878. Windows color (decimal): -13396580 or 10261811. OLE color: 10261811.
HSL color Cylindrical-coordinate representation of color #33959C: hue angle of 184º 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 #33959C is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 149 | 156 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.39 |
| HSL | 184º | 0.51% | 0.41% | - |
| HSV(B) | 184º | 0.67% | 0.61% | - |
| XYZ | 18.11 | 24.6 | 35.25 | - |
| YUV | 120.5 | 148.03 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 156 | 0.67 | 0.04 | 0 | 0.39 | 184 | 0.51 | 0.41 |
| Hex | 33 | 95 | 9C | 43 | 4 | 0 | 27 | B8 | 33 | 29 |
| Octal | 63 | 225 | 234 | 103 | 4 | 0 | 47 | 270 | 63 | 51 |
| Binary | 110011 | 10010101 | 10011100 | 1000011 | 100 | 0 | 100111 | 10111000 | 110011 | 101001 |
Color Harmonies of #33959C
Complementary color
Monochromatic Colors of #33959C
Black with #33959C
Text Example
Text Example
White with #33959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33959C; }
p { color: rgb(51,149,156); }
H1.HeaderClassName
{
color: #33959C;
}
.AnyTagClassName
{
color: #33959C;
}
</style>
background-color css
<style>
a { background-color: #33959C; }
a { background-color: rgb(51,149,156); }
div.DivClassName
{
background-color: #33959C;
}
.BgClassName
{
background-color: #33959C;
}
</style>
border-color css
<style>
span { border-color: #33959C; }
span { border-color: rgb(51,149,156); }
td.TdClassName
{
border-color: #33959C;
}
.TagClassName
{
border-color: #33959C;
}
</style>