Shades of Java #339B9F
Tints of Java #339B9F
RGB
CMYK
RGB Variations
Color information
#339B9F (or 0x339B9F) is known color: Java. HEX triplet: 33, 9B and 9F. RGB value is (51,155,159). Sum of RGB (Red+Green+Blue) = 51+155+159=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #339B9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B9F is #CC6460. Grayscale: #7C7C7C. Windows color (decimal): -13395041 or 10459955. OLE color: 10459955.
HSL color Cylindrical-coordinate representation of color #339B9F: hue angle of 182.22º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339B9F is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 155 | 159 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.38 |
| HSL | 182.22º | 0.51% | 0.41% | - |
| HSV(B) | 182.22º | 0.68% | 0.62% | - |
| XYZ | 19.34 | 26.65 | 36.93 | - |
| YUV | 124.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 159 | 0.68 | 0.03 | 0 | 0.38 | 182.22 | 0.51 | 0.41 |
| Hex | 33 | 9B | 9F | 44 | 3 | 0 | 26 | B6 | 33 | 29 |
| Octal | 63 | 233 | 237 | 104 | 3 | 0 | 46 | 266 | 63 | 51 |
| Binary | 110011 | 10011011 | 10011111 | 1000100 | 11 | 0 | 100110 | 10110110 | 110011 | 101001 |
Color Harmonies of #339B9F
Complementary color
Monochromatic Colors of #339B9F
Black with #339B9F
Text Example
Text Example
White with #339B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339B9F; }
p { color: rgb(51,155,159); }
H1.HeaderClassName
{
color: #339B9F;
}
.AnyTagClassName
{
color: #339B9F;
}
</style>
background-color css
<style>
a { background-color: #339B9F; }
a { background-color: rgb(51,155,159); }
div.DivClassName
{
background-color: #339B9F;
}
.BgClassName
{
background-color: #339B9F;
}
</style>
border-color css
<style>
span { border-color: #339B9F; }
span { border-color: rgb(51,155,159); }
td.TdClassName
{
border-color: #339B9F;
}
.TagClassName
{
border-color: #339B9F;
}
</style>