Shades of Java #239CA0
Tints of Java #239CA0
RGB
CMYK
RGB Variations
Color information
#239CA0 (or 0x239CA0) is known color: Java. HEX triplet: 23, 9C and A0. RGB value is (35,156,160). Sum of RGB (Red+Green+Blue) = 35+156+160=351 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.97% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #239CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239CA0 is #DC635F. Grayscale: #787878. Windows color (decimal): -14443360 or 10525731. OLE color: 10525731.
HSL color Cylindrical-coordinate representation of color #239CA0: hue angle of 181.92º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239CA0 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 156 | 160 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.37 |
| HSL | 181.92º | 0.64% | 0.38% | - |
| HSV(B) | 181.92º | 0.78% | 0.63% | - |
| XYZ | 18.93 | 26.67 | 37.41 | - |
| YUV | 120.28 | 150.41 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 156 | 160 | 0.78 | 0.02 | 0 | 0.37 | 181.92 | 0.64 | 0.38 |
| Hex | 23 | 9C | A0 | 4E | 2 | 0 | 25 | B6 | 40 | 26 |
| Octal | 43 | 234 | 240 | 116 | 2 | 0 | 45 | 266 | 100 | 46 |
| Binary | 100011 | 10011100 | 10100000 | 1001110 | 10 | 0 | 100101 | 10110110 | 1000000 | 100110 |
Color Harmonies of #239CA0
Complementary color
Monochromatic Colors of #239CA0
Black with #239CA0
Text Example
Text Example
White with #239CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239CA0; }
p { color: rgb(35,156,160); }
H1.HeaderClassName
{
color: #239CA0;
}
.AnyTagClassName
{
color: #239CA0;
}
</style>
background-color css
<style>
a { background-color: #239CA0; }
a { background-color: rgb(35,156,160); }
div.DivClassName
{
background-color: #239CA0;
}
.BgClassName
{
background-color: #239CA0;
}
</style>
border-color css
<style>
span { border-color: #239CA0; }
span { border-color: rgb(35,156,160); }
td.TdClassName
{
border-color: #239CA0;
}
.TagClassName
{
border-color: #239CA0;
}
</style>