Shades of Java #239194
Tints of Java #239194
RGB
CMYK
RGB Variations
Color information
#239194 (or 0x239194) is known color: Java. HEX triplet: 23, 91 and 94. RGB value is (35,145,148). Sum of RGB (Red+Green+Blue) = 35+145+148=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #239194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239194 is #DC6E6B. Grayscale: #707070. Windows color (decimal): -14446188 or 9736483. OLE color: 9736483.
HSL color Cylindrical-coordinate representation of color #239194: hue angle of 181.59º 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 #239194 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 145 | 148 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.42 |
| HSL | 181.59º | 0.62% | 0.36% | - |
| HSV(B) | 181.59º | 0.76% | 0.58% | - |
| XYZ | 16.16 | 22.75 | 31.56 | - |
| YUV | 112.45 | 148.06 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 148 | 0.76 | 0.02 | 0 | 0.42 | 181.59 | 0.62 | 0.36 |
| Hex | 23 | 91 | 94 | 4C | 2 | 0 | 2A | B6 | 3E | 24 |
| Octal | 43 | 221 | 224 | 114 | 2 | 0 | 52 | 266 | 76 | 44 |
| Binary | 100011 | 10010001 | 10010100 | 1001100 | 10 | 0 | 101010 | 10110110 | 111110 | 100100 |
Color Harmonies of #239194
Complementary color
Monochromatic Colors of #239194
Black with #239194
Text Example
Text Example
White with #239194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239194; }
p { color: rgb(35,145,148); }
H1.HeaderClassName
{
color: #239194;
}
.AnyTagClassName
{
color: #239194;
}
</style>
background-color css
<style>
a { background-color: #239194; }
a { background-color: rgb(35,145,148); }
div.DivClassName
{
background-color: #239194;
}
.BgClassName
{
background-color: #239194;
}
</style>
border-color css
<style>
span { border-color: #239194; }
span { border-color: rgb(35,145,148); }
td.TdClassName
{
border-color: #239194;
}
.TagClassName
{
border-color: #239194;
}
</style>