Shades of Java #239095
Tints of Java #239095
RGB
CMYK
RGB Variations
Color information
#239095 (or 0x239095) is known color: Java. HEX triplet: 23, 90 and 95. RGB value is (35,144,149). Sum of RGB (Red+Green+Blue) = 35+144+149=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #239095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239095 is #DC6F6A. Grayscale: #6F6F6F. Windows color (decimal): -14446443 or 9801763. OLE color: 9801763.
HSL color Cylindrical-coordinate representation of color #239095: hue angle of 182.63º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239095 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 144 | 149 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.42 |
| HSL | 182.63º | 0.62% | 0.36% | - |
| HSV(B) | 182.63º | 0.77% | 0.58% | - |
| XYZ | 16.09 | 22.47 | 31.92 | - |
| YUV | 111.98 | 148.89 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 149 | 0.77 | 0.03 | 0 | 0.42 | 182.63 | 0.62 | 0.36 |
| Hex | 23 | 90 | 95 | 4D | 3 | 0 | 2A | B7 | 3E | 24 |
| Octal | 43 | 220 | 225 | 115 | 3 | 0 | 52 | 267 | 76 | 44 |
| Binary | 100011 | 10010000 | 10010101 | 1001101 | 11 | 0 | 101010 | 10110111 | 111110 | 100100 |
Color Harmonies of #239095
Complementary color
Monochromatic Colors of #239095
Black with #239095
Text Example
Text Example
White with #239095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239095; }
p { color: rgb(35,144,149); }
H1.HeaderClassName
{
color: #239095;
}
.AnyTagClassName
{
color: #239095;
}
</style>
background-color css
<style>
a { background-color: #239095; }
a { background-color: rgb(35,144,149); }
div.DivClassName
{
background-color: #239095;
}
.BgClassName
{
background-color: #239095;
}
</style>
border-color css
<style>
span { border-color: #239095; }
span { border-color: rgb(35,144,149); }
td.TdClassName
{
border-color: #239095;
}
.TagClassName
{
border-color: #239095;
}
</style>