Shades of Java #339FA1
Tints of Java #339FA1
RGB
CMYK
RGB Variations
Color information
#339FA1 (or 0x339FA1) is known color: Java. HEX triplet: 33, 9F and A1. RGB value is (51,159,161). Sum of RGB (Red+Green+Blue) = 51+159+161=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #339FA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339FA1 is #CC605E. Grayscale: #7E7E7E. Windows color (decimal): -13394015 or 10592051. OLE color: 10592051.
HSL color Cylindrical-coordinate representation of color #339FA1: hue angle of 181.09º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339FA1 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 159 | 161 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.37 |
| HSL | 181.09º | 0.52% | 0.42% | - |
| HSV(B) | 181.09º | 0.68% | 0.63% | - |
| XYZ | 20.2 | 28.07 | 38.07 | - |
| YUV | 126.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 159 | 161 | 0.68 | 0.01 | 0 | 0.37 | 181.09 | 0.52 | 0.42 |
| Hex | 33 | 9F | A1 | 44 | 1 | 0 | 25 | B5 | 34 | 2A |
| Octal | 63 | 237 | 241 | 104 | 1 | 0 | 45 | 265 | 64 | 52 |
| Binary | 110011 | 10011111 | 10100001 | 1000100 | 1 | 0 | 100101 | 10110101 | 110100 | 101010 |
Color Harmonies of #339FA1
Complementary color
Monochromatic Colors of #339FA1
Black with #339FA1
Text Example
Text Example
White with #339FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339FA1; }
p { color: rgb(51,159,161); }
H1.HeaderClassName
{
color: #339FA1;
}
.AnyTagClassName
{
color: #339FA1;
}
</style>
background-color css
<style>
a { background-color: #339FA1; }
a { background-color: rgb(51,159,161); }
div.DivClassName
{
background-color: #339FA1;
}
.BgClassName
{
background-color: #339FA1;
}
</style>
border-color css
<style>
span { border-color: #339FA1; }
span { border-color: rgb(51,159,161); }
td.TdClassName
{
border-color: #339FA1;
}
.TagClassName
{
border-color: #339FA1;
}
</style>