Shades of Java #239098
Tints of Java #239098
RGB
CMYK
RGB Variations
Color information
#239098 (or 0x239098) is known color: Java. HEX triplet: 23, 90 and 98. RGB value is (35,144,152). Sum of RGB (Red+Green+Blue) = 35+144+152=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #239098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239098 is #DC6F67. Grayscale: #707070. Windows color (decimal): -14446440 or 9998371. OLE color: 9998371.
HSL color Cylindrical-coordinate representation of color #239098: hue angle of 184.1º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239098 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 144 | 152 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.40 |
| HSL | 184.1º | 0.63% | 0.37% | - |
| HSV(B) | 184.1º | 0.77% | 0.6% | - |
| XYZ | 16.33 | 22.57 | 33.2 | - |
| YUV | 112.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 152 | 0.77 | 0.05 | 0 | 0.40 | 184.1 | 0.63 | 0.37 |
| Hex | 23 | 90 | 98 | 4D | 5 | 0 | 28 | B8 | 3F | 25 |
| Octal | 43 | 220 | 230 | 115 | 5 | 0 | 50 | 270 | 77 | 45 |
| Binary | 100011 | 10010000 | 10011000 | 1001101 | 101 | 0 | 101000 | 10111000 | 111111 | 100101 |
Color Harmonies of #239098
Complementary color
Monochromatic Colors of #239098
Black with #239098
Text Example
Text Example
White with #239098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239098; }
p { color: rgb(35,144,152); }
H1.HeaderClassName
{
color: #239098;
}
.AnyTagClassName
{
color: #239098;
}
</style>
background-color css
<style>
a { background-color: #239098; }
a { background-color: rgb(35,144,152); }
div.DivClassName
{
background-color: #239098;
}
.BgClassName
{
background-color: #239098;
}
</style>
border-color css
<style>
span { border-color: #239098; }
span { border-color: rgb(35,144,152); }
td.TdClassName
{
border-color: #239098;
}
.TagClassName
{
border-color: #239098;
}
</style>