Shades of Java #239497
Tints of Java #239497
RGB
CMYK
RGB Variations
Color information
#239497 (or 0x239497) is known color: Java. HEX triplet: 23, 94 and 97. RGB value is (35,148,151). Sum of RGB (Red+Green+Blue) = 35+148+151=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #239497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239497 is #DC6B68. Grayscale: #727272. Windows color (decimal): -14445417 or 9933859. OLE color: 9933859.
HSL color Cylindrical-coordinate representation of color #239497: hue angle of 181.55º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239497 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 148 | 151 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.41 |
| HSL | 181.55º | 0.62% | 0.36% | - |
| HSV(B) | 181.55º | 0.77% | 0.59% | - |
| XYZ | 16.87 | 23.77 | 32.98 | - |
| YUV | 114.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 151 | 0.77 | 0.02 | 0 | 0.41 | 181.55 | 0.62 | 0.36 |
| Hex | 23 | 94 | 97 | 4D | 2 | 0 | 29 | B6 | 3E | 24 |
| Octal | 43 | 224 | 227 | 115 | 2 | 0 | 51 | 266 | 76 | 44 |
| Binary | 100011 | 10010100 | 10010111 | 1001101 | 10 | 0 | 101001 | 10110110 | 111110 | 100100 |
Color Harmonies of #239497
Complementary color
Monochromatic Colors of #239497
Black with #239497
Text Example
Text Example
White with #239497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239497; }
p { color: rgb(35,148,151); }
H1.HeaderClassName
{
color: #239497;
}
.AnyTagClassName
{
color: #239497;
}
</style>
background-color css
<style>
a { background-color: #239497; }
a { background-color: rgb(35,148,151); }
div.DivClassName
{
background-color: #239497;
}
.BgClassName
{
background-color: #239497;
}
</style>
border-color css
<style>
span { border-color: #239497; }
span { border-color: rgb(35,148,151); }
td.TdClassName
{
border-color: #239497;
}
.TagClassName
{
border-color: #239497;
}
</style>