Shades of Java #239382
Tints of Java #239382
RGB
CMYK
RGB Variations
Color information
#239382 (or 0x239382) is known color: Java. HEX triplet: 23, 93 and 82. RGB value is (35,147,130). Sum of RGB (Red+Green+Blue) = 35+147+130=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #239382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239382 is #DC6C7D. Grayscale: #6F6F6F. Windows color (decimal): -14445694 or 8557347. OLE color: 8557347.
HSL color Cylindrical-coordinate representation of color #239382: hue angle of 170.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239382 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 147 | 130 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.42 |
| HSL | 170.89º | 0.62% | 0.36% | - |
| HSV(B) | 170.89º | 0.76% | 0.58% | - |
| XYZ | 15.16 | 22.84 | 24.73 | - |
| YUV | 111.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 130 | 0.76 | 0 | 0.12 | 0.42 | 170.89 | 0.62 | 0.36 |
| Hex | 23 | 93 | 82 | 4C | 0 | C | 2A | AB | 3E | 24 |
| Octal | 43 | 223 | 202 | 114 | 0 | 14 | 52 | 253 | 76 | 44 |
| Binary | 100011 | 10010011 | 10000010 | 1001100 | 0 | 1100 | 101010 | 10101011 | 111110 | 100100 |
Color Harmonies of #239382
Complementary color
Monochromatic Colors of #239382
Black with #239382
Text Example
Text Example
White with #239382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239382; }
p { color: rgb(35,147,130); }
H1.HeaderClassName
{
color: #239382;
}
.AnyTagClassName
{
color: #239382;
}
</style>
background-color css
<style>
a { background-color: #239382; }
a { background-color: rgb(35,147,130); }
div.DivClassName
{
background-color: #239382;
}
.BgClassName
{
background-color: #239382;
}
</style>
border-color css
<style>
span { border-color: #239382; }
span { border-color: rgb(35,147,130); }
td.TdClassName
{
border-color: #239382;
}
.TagClassName
{
border-color: #239382;
}
</style>