Shades of Java #339FA3
Tints of Java #339FA3
RGB
CMYK
RGB Variations
Color information
#339FA3 (or 0x339FA3) is known color: Java. HEX triplet: 33, 9F and A3. RGB value is (51,159,163). Sum of RGB (Red+Green+Blue) = 51+159+163=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #339FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339FA3 is #CC605C. Grayscale: #7F7F7F. Windows color (decimal): -13394013 or 10723123. OLE color: 10723123.
HSL color Cylindrical-coordinate representation of color #339FA3: hue angle of 182.14º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #339FA3 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 159 | 163 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.36 |
| HSL | 182.14º | 0.52% | 0.42% | - |
| HSV(B) | 182.14º | 0.69% | 0.64% | - |
| XYZ | 20.37 | 28.14 | 39.01 | - |
| YUV | 127.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 159 | 163 | 0.69 | 0.02 | 0 | 0.36 | 182.14 | 0.52 | 0.42 |
| Hex | 33 | 9F | A3 | 45 | 2 | 0 | 24 | B6 | 34 | 2A |
| Octal | 63 | 237 | 243 | 105 | 2 | 0 | 44 | 266 | 64 | 52 |
| Binary | 110011 | 10011111 | 10100011 | 1000101 | 10 | 0 | 100100 | 10110110 | 110100 | 101010 |
Color Harmonies of #339FA3
Complementary color
Monochromatic Colors of #339FA3
Black with #339FA3
Text Example
Text Example
White with #339FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339FA3; }
p { color: rgb(51,159,163); }
H1.HeaderClassName
{
color: #339FA3;
}
.AnyTagClassName
{
color: #339FA3;
}
</style>
background-color css
<style>
a { background-color: #339FA3; }
a { background-color: rgb(51,159,163); }
div.DivClassName
{
background-color: #339FA3;
}
.BgClassName
{
background-color: #339FA3;
}
</style>
border-color css
<style>
span { border-color: #339FA3; }
span { border-color: rgb(51,159,163); }
td.TdClassName
{
border-color: #339FA3;
}
.TagClassName
{
border-color: #339FA3;
}
</style>