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