Shades of Scooter #339299
Tints of Scooter #339299
RGB
CMYK
RGB Variations
Color information
#339299 (or 0x339299) is known color: Scooter. HEX triplet: 33, 92 and 99. RGB value is (51,146,153). Sum of RGB (Red+Green+Blue) = 51+146+153=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #339299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339299 is #CC6D66. Grayscale: #767676. Windows color (decimal): -13397351 or 10064435. OLE color: 10064435.
HSL color Cylindrical-coordinate representation of color #339299: hue angle of 184.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339299 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 146 | 153 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.4 |
| HSL | 184.12º | 0.5% | 0.4% | - |
| HSV(B) | 184.12º | 0.67% | 0.6% | - |
| XYZ | 17.39 | 23.56 | 33.77 | - |
| YUV | 118.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 146 | 153 | 0.67 | 0.05 | 0 | 0.4 | 184.12 | 0.5 | 0.4 |
| Hex | 33 | 92 | 99 | 43 | 5 | 0 | 28 | B8 | 32 | 28 |
| Octal | 63 | 222 | 231 | 103 | 5 | 0 | 50 | 270 | 62 | 50 |
| Binary | 110011 | 10010010 | 10011001 | 1000011 | 101 | 0 | 101000 | 10111000 | 110010 | 101000 |
Color Harmonies of #339299
Complementary color
Monochromatic Colors of #339299
Black with #339299
Text Example
Text Example
White with #339299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339299; }
p { color: rgb(51,146,153); }
H1.HeaderClassName
{
color: #339299;
}
.AnyTagClassName
{
color: #339299;
}
</style>
background-color css
<style>
a { background-color: #339299; }
a { background-color: rgb(51,146,153); }
div.DivClassName
{
background-color: #339299;
}
.BgClassName
{
background-color: #339299;
}
</style>
border-color css
<style>
span { border-color: #339299; }
span { border-color: rgb(51,146,153); }
td.TdClassName
{
border-color: #339299;
}
.TagClassName
{
border-color: #339299;
}
</style>