Shades of Java #239398
Tints of Java #239398
RGB
CMYK
RGB Variations
Color information
#239398 (or 0x239398) is known color: Java. HEX triplet: 23, 93 and 98. RGB value is (35,147,152). Sum of RGB (Red+Green+Blue) = 35+147+152=334 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.48% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #239398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239398 is #DC6C67. Grayscale: #717171. Windows color (decimal): -14445672 or 9999139. OLE color: 9999139.
HSL color Cylindrical-coordinate representation of color #239398: hue angle of 182.56º 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 #239398 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 147 | 152 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.40 |
| HSL | 182.56º | 0.63% | 0.37% | - |
| HSV(B) | 182.56º | 0.77% | 0.6% | - |
| XYZ | 16.79 | 23.49 | 33.35 | - |
| YUV | 114.08 | 149.39 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 152 | 0.77 | 0.03 | 0 | 0.40 | 182.56 | 0.63 | 0.37 |
| Hex | 23 | 93 | 98 | 4D | 3 | 0 | 28 | B7 | 3F | 25 |
| Octal | 43 | 223 | 230 | 115 | 3 | 0 | 50 | 267 | 77 | 45 |
| Binary | 100011 | 10010011 | 10011000 | 1001101 | 11 | 0 | 101000 | 10110111 | 111111 | 100101 |
Color Harmonies of #239398
Complementary color
Monochromatic Colors of #239398
Black with #239398
Text Example
Text Example
White with #239398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239398; }
p { color: rgb(35,147,152); }
H1.HeaderClassName
{
color: #239398;
}
.AnyTagClassName
{
color: #239398;
}
</style>
background-color css
<style>
a { background-color: #239398; }
a { background-color: rgb(35,147,152); }
div.DivClassName
{
background-color: #239398;
}
.BgClassName
{
background-color: #239398;
}
</style>
border-color css
<style>
span { border-color: #239398; }
span { border-color: rgb(35,147,152); }
td.TdClassName
{
border-color: #239398;
}
.TagClassName
{
border-color: #239398;
}
</style>