Shades of Java #239392
Tints of Java #239392
RGB
CMYK
RGB Variations
Color information
#239392 (or 0x239392) is known color: Java. HEX triplet: 23, 93 and 92. RGB value is (35,147,146). Sum of RGB (Red+Green+Blue) = 35+147+146=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #239392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239392 is #DC6C6D. Grayscale: #717171. Windows color (decimal): -14445678 or 9605923. OLE color: 9605923.
HSL color Cylindrical-coordinate representation of color #239392: hue angle of 179.46º 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 #239392 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 147 | 146 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.42 |
| HSL | 179.46º | 0.62% | 0.36% | - |
| HSV(B) | 179.46º | 0.76% | 0.58% | - |
| XYZ | 16.32 | 23.3 | 30.83 | - |
| YUV | 113.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 146 | 0.76 | 0 | 0.01 | 0.42 | 179.46 | 0.62 | 0.36 |
| Hex | 23 | 93 | 92 | 4C | 0 | 1 | 2A | B3 | 3E | 24 |
| Octal | 43 | 223 | 222 | 114 | 0 | 1 | 52 | 263 | 76 | 44 |
| Binary | 100011 | 10010011 | 10010010 | 1001100 | 0 | 1 | 101010 | 10110011 | 111110 | 100100 |
Color Harmonies of #239392
Complementary color
Monochromatic Colors of #239392
Black with #239392
Text Example
Text Example
White with #239392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239392; }
p { color: rgb(35,147,146); }
H1.HeaderClassName
{
color: #239392;
}
.AnyTagClassName
{
color: #239392;
}
</style>
background-color css
<style>
a { background-color: #239392; }
a { background-color: rgb(35,147,146); }
div.DivClassName
{
background-color: #239392;
}
.BgClassName
{
background-color: #239392;
}
</style>
border-color css
<style>
span { border-color: #239392; }
span { border-color: rgb(35,147,146); }
td.TdClassName
{
border-color: #239392;
}
.TagClassName
{
border-color: #239392;
}
</style>