Shades of Java #239283
Tints of Java #239283
RGB
CMYK
RGB Variations
Color information
#239283 (or 0x239283) is known color: Java. HEX triplet: 23, 92 and 83. RGB value is (35,146,131). Sum of RGB (Red+Green+Blue) = 35+146+131=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #239283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239283 is #DC6D7C. Grayscale: #6F6F6F. Windows color (decimal): -14445949 or 8622627. OLE color: 8622627.
HSL color Cylindrical-coordinate representation of color #239283: hue angle of 171.89º 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 #239283 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 131 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.43 |
| HSL | 171.89º | 0.61% | 0.35% | - |
| HSV(B) | 171.89º | 0.76% | 0.57% | - |
| XYZ | 15.07 | 22.55 | 25.03 | - |
| YUV | 111.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 131 | 0.76 | 0 | 0.10 | 0.43 | 171.89 | 0.61 | 0.35 |
| Hex | 23 | 92 | 83 | 4C | 0 | A | 2B | AC | 3D | 23 |
| Octal | 43 | 222 | 203 | 114 | 0 | 12 | 53 | 254 | 75 | 43 |
| Binary | 100011 | 10010010 | 10000011 | 1001100 | 0 | 1010 | 101011 | 10101100 | 111101 | 100011 |
Color Harmonies of #239283
Complementary color
Monochromatic Colors of #239283
Black with #239283
Text Example
Text Example
White with #239283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239283; }
p { color: rgb(35,146,131); }
H1.HeaderClassName
{
color: #239283;
}
.AnyTagClassName
{
color: #239283;
}
</style>
background-color css
<style>
a { background-color: #239283; }
a { background-color: rgb(35,146,131); }
div.DivClassName
{
background-color: #239283;
}
.BgClassName
{
background-color: #239283;
}
</style>
border-color css
<style>
span { border-color: #239283; }
span { border-color: rgb(35,146,131); }
td.TdClassName
{
border-color: #239283;
}
.TagClassName
{
border-color: #239283;
}
</style>