Shades of Java #239099
Tints of Java #239099
RGB
CMYK
RGB Variations
Color information
#239099 (or 0x239099) is known color: Java. HEX triplet: 23, 90 and 99. RGB value is (35,144,153). Sum of RGB (Red+Green+Blue) = 35+144+153=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #239099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239099 is #DC6F66. Grayscale: #707070. Windows color (decimal): -14446439 or 10063907. OLE color: 10063907.
HSL color Cylindrical-coordinate representation of color #239099: hue angle of 184.58º 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 #239099 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 35 | 144 | 153 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.4 |
| HSL | 184.58º | 0.63% | 0.37% | - |
| HSV(B) | 184.58º | 0.77% | 0.6% | - |
| XYZ | 16.42 | 22.6 | 33.63 | - |
| YUV | 112.44 | 150.89 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 153 | 0.77 | 0.06 | 0 | 0.4 | 184.58 | 0.63 | 0.37 |
| Hex | 23 | 90 | 99 | 4D | 6 | 0 | 28 | B9 | 3F | 25 |
| Octal | 43 | 220 | 231 | 115 | 6 | 0 | 50 | 271 | 77 | 45 |
| Binary | 100011 | 10010000 | 10011001 | 1001101 | 110 | 0 | 101000 | 10111001 | 111111 | 100101 |
Color Harmonies of #239099
Complementary color
Monochromatic Colors of #239099
Black with #239099
Text Example
Text Example
White with #239099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239099; }
p { color: rgb(35,144,153); }
H1.HeaderClassName
{
color: #239099;
}
.AnyTagClassName
{
color: #239099;
}
</style>
background-color css
<style>
a { background-color: #239099; }
a { background-color: rgb(35,144,153); }
div.DivClassName
{
background-color: #239099;
}
.BgClassName
{
background-color: #239099;
}
</style>
border-color css
<style>
span { border-color: #239099; }
span { border-color: rgb(35,144,153); }
td.TdClassName
{
border-color: #239099;
}
.TagClassName
{
border-color: #239099;
}
</style>