Shades of Java #239494
Tints of Java #239494
RGB
CMYK
RGB Variations
Color information
#239494 (or 0x239494) is known color: Java. HEX triplet: 23, 94 and 94. RGB value is (35,148,148). Sum of RGB (Red+Green+Blue) = 35+148+148=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #239494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239494 is #DC6B6B. Grayscale: #727272. Windows color (decimal): -14445420 or 9737251. OLE color: 9737251.
HSL color Cylindrical-coordinate representation of color #239494: hue angle of 180º 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 #239494 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 148 | - |
| CMYK | 0.76 | 0 | 0 | 0.42 |
| HSL | 180º | 0.62% | 0.36% | - |
| HSV(B) | 180º | 0.76% | 0.58% | - |
| XYZ | 16.63 | 23.68 | 31.71 | - |
| YUV | 114.21 | 147.06 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 148 | 0.76 | 0 | 0 | 0.42 | 180 | 0.62 | 0.36 |
| Hex | 23 | 94 | 94 | 4C | 0 | 0 | 2A | B4 | 3E | 24 |
| Octal | 43 | 224 | 224 | 114 | 0 | 0 | 52 | 264 | 76 | 44 |
| Binary | 100011 | 10010100 | 10010100 | 1001100 | 0 | 0 | 101010 | 10110100 | 111110 | 100100 |
Color Harmonies of #239494
Complementary color
Monochromatic Colors of #239494
Black with #239494
Text Example
Text Example
White with #239494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239494; }
p { color: rgb(35,148,148); }
H1.HeaderClassName
{
color: #239494;
}
.AnyTagClassName
{
color: #239494;
}
</style>
background-color css
<style>
a { background-color: #239494; }
a { background-color: rgb(35,148,148); }
div.DivClassName
{
background-color: #239494;
}
.BgClassName
{
background-color: #239494;
}
</style>
border-color css
<style>
span { border-color: #239494; }
span { border-color: rgb(35,148,148); }
td.TdClassName
{
border-color: #239494;
}
.TagClassName
{
border-color: #239494;
}
</style>