Shades of Java #239196
Tints of Java #239196
RGB
CMYK
RGB Variations
Color information
#239196 (or 0x239196) is known color: Java. HEX triplet: 23, 91 and 96. RGB value is (35,145,150). Sum of RGB (Red+Green+Blue) = 35+145+150=330 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.61% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #239196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239196 is #DC6E69. Grayscale: #707070. Windows color (decimal): -14446186 or 9867555. OLE color: 9867555.
HSL color Cylindrical-coordinate representation of color #239196: hue angle of 182.61º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239196 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 145 | 150 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.41 |
| HSL | 182.61º | 0.62% | 0.36% | - |
| HSV(B) | 182.61º | 0.77% | 0.59% | - |
| XYZ | 16.32 | 22.81 | 32.4 | - |
| YUV | 112.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 150 | 0.77 | 0.03 | 0 | 0.41 | 182.61 | 0.62 | 0.36 |
| Hex | 23 | 91 | 96 | 4D | 3 | 0 | 29 | B7 | 3E | 24 |
| Octal | 43 | 221 | 226 | 115 | 3 | 0 | 51 | 267 | 76 | 44 |
| Binary | 100011 | 10010001 | 10010110 | 1001101 | 11 | 0 | 101001 | 10110111 | 111110 | 100100 |
Color Harmonies of #239196
Complementary color
Monochromatic Colors of #239196
Black with #239196
Text Example
Text Example
White with #239196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239196; }
p { color: rgb(35,145,150); }
H1.HeaderClassName
{
color: #239196;
}
.AnyTagClassName
{
color: #239196;
}
</style>
background-color css
<style>
a { background-color: #239196; }
a { background-color: rgb(35,145,150); }
div.DivClassName
{
background-color: #239196;
}
.BgClassName
{
background-color: #239196;
}
</style>
border-color css
<style>
span { border-color: #239196; }
span { border-color: rgb(35,145,150); }
td.TdClassName
{
border-color: #239196;
}
.TagClassName
{
border-color: #239196;
}
</style>