Shades of Java #339694
Tints of Java #339694
RGB
CMYK
RGB Variations
Color information
#339694 (or 0x339694) is known color: Java. HEX triplet: 33, 96 and 94. RGB value is (51,150,148). Sum of RGB (Red+Green+Blue) = 51+150+148=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #339694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339694 is #CC696B. Grayscale: #787878. Windows color (decimal): -13396332 or 9737779. OLE color: 9737779.
HSL color Cylindrical-coordinate representation of color #339694: hue angle of 178.79º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339694 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 150 | 148 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.41 |
| HSL | 178.79º | 0.49% | 0.39% | - |
| HSV(B) | 178.79º | 0.66% | 0.59% | - |
| XYZ | 17.62 | 24.65 | 31.85 | - |
| YUV | 120.17 | 143.7 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 148 | 0.66 | 0 | 0.01 | 0.41 | 178.79 | 0.49 | 0.39 |
| Hex | 33 | 96 | 94 | 42 | 0 | 1 | 29 | B3 | 31 | 27 |
| Octal | 63 | 226 | 224 | 102 | 0 | 1 | 51 | 263 | 61 | 47 |
| Binary | 110011 | 10010110 | 10010100 | 1000010 | 0 | 1 | 101001 | 10110011 | 110001 | 100111 |
Color Harmonies of #339694
Complementary color
Monochromatic Colors of #339694
Black with #339694
Text Example
Text Example
White with #339694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339694; }
p { color: rgb(51,150,148); }
H1.HeaderClassName
{
color: #339694;
}
.AnyTagClassName
{
color: #339694;
}
</style>
background-color css
<style>
a { background-color: #339694; }
a { background-color: rgb(51,150,148); }
div.DivClassName
{
background-color: #339694;
}
.BgClassName
{
background-color: #339694;
}
</style>
border-color css
<style>
span { border-color: #339694; }
span { border-color: rgb(51,150,148); }
td.TdClassName
{
border-color: #339694;
}
.TagClassName
{
border-color: #339694;
}
</style>