Shades of Java #339799
Tints of Java #339799
RGB
CMYK
RGB Variations
Color information
#339799 (or 0x339799) is known color: Java. HEX triplet: 33, 97 and 99. RGB value is (51,151,153). Sum of RGB (Red+Green+Blue) = 51+151+153=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #339799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339799 is #CC6866. Grayscale: #797979. Windows color (decimal): -13396071 or 10065715. OLE color: 10065715.
HSL color Cylindrical-coordinate representation of color #339799: hue angle of 181.18º 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 #339799 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 151 | 153 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.4 |
| HSL | 181.18º | 0.5% | 0.4% | - |
| HSV(B) | 181.18º | 0.67% | 0.6% | - |
| XYZ | 18.18 | 25.14 | 34.03 | - |
| YUV | 121.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 151 | 153 | 0.67 | 0.01 | 0 | 0.4 | 181.18 | 0.5 | 0.4 |
| Hex | 33 | 97 | 99 | 43 | 1 | 0 | 28 | B5 | 32 | 28 |
| Octal | 63 | 227 | 231 | 103 | 1 | 0 | 50 | 265 | 62 | 50 |
| Binary | 110011 | 10010111 | 10011001 | 1000011 | 1 | 0 | 101000 | 10110101 | 110010 | 101000 |
Color Harmonies of #339799
Complementary color
Monochromatic Colors of #339799
Black with #339799
Text Example
Text Example
White with #339799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339799; }
p { color: rgb(51,151,153); }
H1.HeaderClassName
{
color: #339799;
}
.AnyTagClassName
{
color: #339799;
}
</style>
background-color css
<style>
a { background-color: #339799; }
a { background-color: rgb(51,151,153); }
div.DivClassName
{
background-color: #339799;
}
.BgClassName
{
background-color: #339799;
}
</style>
border-color css
<style>
span { border-color: #339799; }
span { border-color: rgb(51,151,153); }
td.TdClassName
{
border-color: #339799;
}
.TagClassName
{
border-color: #339799;
}
</style>