Shades of Java #239187
Tints of Java #239187
RGB
CMYK
RGB Variations
Color information
#239187 (or 0x239187) is known color: Java. HEX triplet: 23, 91 and 87. RGB value is (35,145,135). Sum of RGB (Red+Green+Blue) = 35+145+135=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #239187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239187 is #DC6E78. Grayscale: #6E6E6E. Windows color (decimal): -14446201 or 8884515. OLE color: 8884515.
HSL color Cylindrical-coordinate representation of color #239187: hue angle of 174.55º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239187 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 135 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.43 |
| HSL | 174.55º | 0.61% | 0.35% | - |
| HSV(B) | 174.55º | 0.76% | 0.57% | - |
| XYZ | 15.19 | 22.36 | 26.44 | - |
| YUV | 110.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 135 | 0.76 | 0 | 0.07 | 0.43 | 174.55 | 0.61 | 0.35 |
| Hex | 23 | 91 | 87 | 4C | 0 | 7 | 2B | AF | 3D | 23 |
| Octal | 43 | 221 | 207 | 114 | 0 | 7 | 53 | 257 | 75 | 43 |
| Binary | 100011 | 10010001 | 10000111 | 1001100 | 0 | 111 | 101011 | 10101111 | 111101 | 100011 |
Color Harmonies of #239187
Complementary color
Monochromatic Colors of #239187
Black with #239187
Text Example
Text Example
White with #239187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239187; }
p { color: rgb(35,145,135); }
H1.HeaderClassName
{
color: #239187;
}
.AnyTagClassName
{
color: #239187;
}
</style>
background-color css
<style>
a { background-color: #239187; }
a { background-color: rgb(35,145,135); }
div.DivClassName
{
background-color: #239187;
}
.BgClassName
{
background-color: #239187;
}
</style>
border-color css
<style>
span { border-color: #239187; }
span { border-color: rgb(35,145,135); }
td.TdClassName
{
border-color: #239187;
}
.TagClassName
{
border-color: #239187;
}
</style>