Shades of Java #339897
Tints of Java #339897
RGB
CMYK
RGB Variations
Color information
#339897 (or 0x339897) is known color: Java. HEX triplet: 33, 98 and 97. RGB value is (51,152,151). Sum of RGB (Red+Green+Blue) = 51+152+151=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #339897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339897 is #CC6768. Grayscale: #797979. Windows color (decimal): -13395817 or 9934899. OLE color: 9934899.
HSL color Cylindrical-coordinate representation of color #339897: hue angle of 179.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339897 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 151 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.40 |
| HSL | 179.41º | 0.5% | 0.4% | - |
| HSV(B) | 179.41º | 0.66% | 0.6% | - |
| XYZ | 18.18 | 25.39 | 33.22 | - |
| YUV | 121.69 | 144.54 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 151 | 0.66 | 0 | 0.01 | 0.40 | 179.41 | 0.5 | 0.4 |
| Hex | 33 | 98 | 97 | 42 | 0 | 1 | 28 | B3 | 32 | 28 |
| Octal | 63 | 230 | 227 | 102 | 0 | 1 | 50 | 263 | 62 | 50 |
| Binary | 110011 | 10011000 | 10010111 | 1000010 | 0 | 1 | 101000 | 10110011 | 110010 | 101000 |
Color Harmonies of #339897
Complementary color
Monochromatic Colors of #339897
Black with #339897
Text Example
Text Example
White with #339897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339897; }
p { color: rgb(51,152,151); }
H1.HeaderClassName
{
color: #339897;
}
.AnyTagClassName
{
color: #339897;
}
</style>
background-color css
<style>
a { background-color: #339897; }
a { background-color: rgb(51,152,151); }
div.DivClassName
{
background-color: #339897;
}
.BgClassName
{
background-color: #339897;
}
</style>
border-color css
<style>
span { border-color: #339897; }
span { border-color: rgb(51,152,151); }
td.TdClassName
{
border-color: #339897;
}
.TagClassName
{
border-color: #339897;
}
</style>