Shades of Java #239387
Tints of Java #239387
RGB
CMYK
RGB Variations
Color information
#239387 (or 0x239387) is known color: Java. HEX triplet: 23, 93 and 87. RGB value is (35,147,135). Sum of RGB (Red+Green+Blue) = 35+147+135=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #239387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239387 is #DC6C78. Grayscale: #707070. Windows color (decimal): -14445689 or 8885027. OLE color: 8885027.
HSL color Cylindrical-coordinate representation of color #239387: hue angle of 173.57º 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 #239387 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 147 | 135 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.42 |
| HSL | 173.57º | 0.62% | 0.36% | - |
| HSV(B) | 173.57º | 0.76% | 0.58% | - |
| XYZ | 15.5 | 22.97 | 26.54 | - |
| YUV | 112.14 | 140.89 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 135 | 0.76 | 0 | 0.08 | 0.42 | 173.57 | 0.62 | 0.36 |
| Hex | 23 | 93 | 87 | 4C | 0 | 8 | 2A | AE | 3E | 24 |
| Octal | 43 | 223 | 207 | 114 | 0 | 10 | 52 | 256 | 76 | 44 |
| Binary | 100011 | 10010011 | 10000111 | 1001100 | 0 | 1000 | 101010 | 10101110 | 111110 | 100100 |
Color Harmonies of #239387
Complementary color
Monochromatic Colors of #239387
Black with #239387
Text Example
Text Example
White with #239387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239387; }
p { color: rgb(35,147,135); }
H1.HeaderClassName
{
color: #239387;
}
.AnyTagClassName
{
color: #239387;
}
</style>
background-color css
<style>
a { background-color: #239387; }
a { background-color: rgb(35,147,135); }
div.DivClassName
{
background-color: #239387;
}
.BgClassName
{
background-color: #239387;
}
</style>
border-color css
<style>
span { border-color: #239387; }
span { border-color: rgb(35,147,135); }
td.TdClassName
{
border-color: #239387;
}
.TagClassName
{
border-color: #239387;
}
</style>