Shades of Java #339991
Tints of Java #339991
RGB
CMYK
RGB Variations
Color information
#339991 (or 0x339991) is known color: Java. HEX triplet: 33, 99 and 91. RGB value is (51,153,145). Sum of RGB (Red+Green+Blue) = 51+153+145=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #339991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339991 is #CC666E. Grayscale: #797979. Windows color (decimal): -13395567 or 9541939. OLE color: 9541939.
HSL color Cylindrical-coordinate representation of color #339991: hue angle of 175.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339991 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 145 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.4 |
| HSL | 175.29º | 0.5% | 0.4% | - |
| HSV(B) | 175.29º | 0.67% | 0.6% | - |
| XYZ | 17.87 | 25.53 | 30.77 | - |
| YUV | 121.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 145 | 0.67 | 0 | 0.05 | 0.4 | 175.29 | 0.5 | 0.4 |
| Hex | 33 | 99 | 91 | 43 | 0 | 5 | 28 | AF | 32 | 28 |
| Octal | 63 | 231 | 221 | 103 | 0 | 5 | 50 | 257 | 62 | 50 |
| Binary | 110011 | 10011001 | 10010001 | 1000011 | 0 | 101 | 101000 | 10101111 | 110010 | 101000 |
Color Harmonies of #339991
Complementary color
Monochromatic Colors of #339991
Black with #339991
Text Example
Text Example
White with #339991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339991; }
p { color: rgb(51,153,145); }
H1.HeaderClassName
{
color: #339991;
}
.AnyTagClassName
{
color: #339991;
}
</style>
background-color css
<style>
a { background-color: #339991; }
a { background-color: rgb(51,153,145); }
div.DivClassName
{
background-color: #339991;
}
.BgClassName
{
background-color: #339991;
}
</style>
border-color css
<style>
span { border-color: #339991; }
span { border-color: rgb(51,153,145); }
td.TdClassName
{
border-color: #339991;
}
.TagClassName
{
border-color: #339991;
}
</style>