Shades of Java #339CA0
Tints of Java #339CA0
RGB
CMYK
RGB Variations
Color information
#339CA0 (or 0x339CA0) is known color: Java. HEX triplet: 33, 9C and A0. RGB value is (51,156,160). Sum of RGB (Red+Green+Blue) = 51+156+160=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #339CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339CA0 is #CC635F. Grayscale: #7C7C7C. Windows color (decimal): -13394784 or 10525747. OLE color: 10525747.
HSL color Cylindrical-coordinate representation of color #339CA0: hue angle of 182.2º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339CA0 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 156 | 160 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.37 |
| HSL | 182.2º | 0.52% | 0.41% | - |
| HSV(B) | 182.2º | 0.68% | 0.63% | - |
| XYZ | 19.6 | 27.02 | 37.44 | - |
| YUV | 125.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 156 | 160 | 0.68 | 0.02 | 0 | 0.37 | 182.2 | 0.52 | 0.41 |
| Hex | 33 | 9C | A0 | 44 | 2 | 0 | 25 | B6 | 34 | 29 |
| Octal | 63 | 234 | 240 | 104 | 2 | 0 | 45 | 266 | 64 | 51 |
| Binary | 110011 | 10011100 | 10100000 | 1000100 | 10 | 0 | 100101 | 10110110 | 110100 | 101001 |
Color Harmonies of #339CA0
Complementary color
Monochromatic Colors of #339CA0
Black with #339CA0
Text Example
Text Example
White with #339CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339CA0; }
p { color: rgb(51,156,160); }
H1.HeaderClassName
{
color: #339CA0;
}
.AnyTagClassName
{
color: #339CA0;
}
</style>
background-color css
<style>
a { background-color: #339CA0; }
a { background-color: rgb(51,156,160); }
div.DivClassName
{
background-color: #339CA0;
}
.BgClassName
{
background-color: #339CA0;
}
</style>
border-color css
<style>
span { border-color: #339CA0; }
span { border-color: rgb(51,156,160); }
td.TdClassName
{
border-color: #339CA0;
}
.TagClassName
{
border-color: #339CA0;
}
</style>