Shades of Java #239385
Tints of Java #239385
RGB
CMYK
RGB Variations
Color information
#239385 (or 0x239385) is known color: Java. HEX triplet: 23, 93 and 85. RGB value is (35,147,133). Sum of RGB (Red+Green+Blue) = 35+147+133=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #239385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239385 is #DC6C7A. Grayscale: #6F6F6F. Windows color (decimal): -14445691 or 8753955. OLE color: 8753955.
HSL color Cylindrical-coordinate representation of color #239385: hue angle of 172.5º 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 #239385 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 147 | 133 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.42 |
| HSL | 172.5º | 0.62% | 0.36% | - |
| HSV(B) | 172.5º | 0.76% | 0.58% | - |
| XYZ | 15.36 | 22.92 | 25.8 | - |
| YUV | 111.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 133 | 0.76 | 0 | 0.10 | 0.42 | 172.5 | 0.62 | 0.36 |
| Hex | 23 | 93 | 85 | 4C | 0 | A | 2A | AC | 3E | 24 |
| Octal | 43 | 223 | 205 | 114 | 0 | 12 | 52 | 254 | 76 | 44 |
| Binary | 100011 | 10010011 | 10000101 | 1001100 | 0 | 1010 | 101010 | 10101100 | 111110 | 100100 |
Color Harmonies of #239385
Complementary color
Monochromatic Colors of #239385
Black with #239385
Text Example
Text Example
White with #239385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239385; }
p { color: rgb(35,147,133); }
H1.HeaderClassName
{
color: #239385;
}
.AnyTagClassName
{
color: #239385;
}
</style>
background-color css
<style>
a { background-color: #239385; }
a { background-color: rgb(35,147,133); }
div.DivClassName
{
background-color: #239385;
}
.BgClassName
{
background-color: #239385;
}
</style>
border-color css
<style>
span { border-color: #239385; }
span { border-color: rgb(35,147,133); }
td.TdClassName
{
border-color: #239385;
}
.TagClassName
{
border-color: #239385;
}
</style>