Shades of Java #339F9B
Tints of Java #339F9B
RGB
CMYK
RGB Variations
Color information
#339F9B (or 0x339F9B) is known color: Java. HEX triplet: 33, 9F and 9B. RGB value is (51,159,155). Sum of RGB (Red+Green+Blue) = 51+159+155=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #339F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339F9B is #CC6064. Grayscale: #7E7E7E. Windows color (decimal): -13394021 or 10198835. OLE color: 10198835.
HSL color Cylindrical-coordinate representation of color #339F9B: hue angle of 177.78º 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 #339F9B is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 159 | 155 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.38 |
| HSL | 177.78º | 0.51% | 0.41% | - |
| HSV(B) | 177.78º | 0.68% | 0.62% | - |
| XYZ | 19.68 | 27.87 | 35.35 | - |
| YUV | 126.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 159 | 155 | 0.68 | 0 | 0.03 | 0.38 | 177.78 | 0.51 | 0.41 |
| Hex | 33 | 9F | 9B | 44 | 0 | 3 | 26 | B2 | 33 | 29 |
| Octal | 63 | 237 | 233 | 104 | 0 | 3 | 46 | 262 | 63 | 51 |
| Binary | 110011 | 10011111 | 10011011 | 1000100 | 0 | 11 | 100110 | 10110010 | 110011 | 101001 |
Color Harmonies of #339F9B
Complementary color
Monochromatic Colors of #339F9B
Black with #339F9B
Text Example
Text Example
White with #339F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339F9B; }
p { color: rgb(51,159,155); }
H1.HeaderClassName
{
color: #339F9B;
}
.AnyTagClassName
{
color: #339F9B;
}
</style>
background-color css
<style>
a { background-color: #339F9B; }
a { background-color: rgb(51,159,155); }
div.DivClassName
{
background-color: #339F9B;
}
.BgClassName
{
background-color: #339F9B;
}
</style>
border-color css
<style>
span { border-color: #339F9B; }
span { border-color: rgb(51,159,155); }
td.TdClassName
{
border-color: #339F9B;
}
.TagClassName
{
border-color: #339F9B;
}
</style>