Shades of Java #339697
Tints of Java #339697
RGB
CMYK
RGB Variations
Color information
#339697 (or 0x339697) is known color: Java. HEX triplet: 33, 96 and 97. RGB value is (51,150,151). Sum of RGB (Red+Green+Blue) = 51+150+151=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #339697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339697 is #CC6968. Grayscale: #787878. Windows color (decimal): -13396329 or 9934387. OLE color: 9934387.
HSL color Cylindrical-coordinate representation of color #339697: hue angle of 180.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339697 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 150 | 151 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.41 |
| HSL | 180.6º | 0.5% | 0.4% | - |
| HSV(B) | 180.6º | 0.66% | 0.59% | - |
| XYZ | 17.86 | 24.75 | 33.11 | - |
| YUV | 120.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 151 | 0.66 | 0.01 | 0 | 0.41 | 180.6 | 0.5 | 0.4 |
| Hex | 33 | 96 | 97 | 42 | 1 | 0 | 29 | B5 | 32 | 28 |
| Octal | 63 | 226 | 227 | 102 | 1 | 0 | 51 | 265 | 62 | 50 |
| Binary | 110011 | 10010110 | 10010111 | 1000010 | 1 | 0 | 101001 | 10110101 | 110010 | 101000 |
Color Harmonies of #339697
Complementary color
Monochromatic Colors of #339697
Black with #339697
Text Example
Text Example
White with #339697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339697; }
p { color: rgb(51,150,151); }
H1.HeaderClassName
{
color: #339697;
}
.AnyTagClassName
{
color: #339697;
}
</style>
background-color css
<style>
a { background-color: #339697; }
a { background-color: rgb(51,150,151); }
div.DivClassName
{
background-color: #339697;
}
.BgClassName
{
background-color: #339697;
}
</style>
border-color css
<style>
span { border-color: #339697; }
span { border-color: rgb(51,150,151); }
td.TdClassName
{
border-color: #339697;
}
.TagClassName
{
border-color: #339697;
}
</style>