Shades of Java #23938C
Tints of Java #23938C
RGB
CMYK
RGB Variations
Color information
#23938C (or 0x23938C) is known color: Java. HEX triplet: 23, 93 and 8C. RGB value is (35,147,140). Sum of RGB (Red+Green+Blue) = 35+147+140=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #23938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23938C is #DC6C73. Grayscale: #707070. Windows color (decimal): -14445684 or 9212707. OLE color: 9212707.
HSL color Cylindrical-coordinate representation of color #23938C: hue angle of 176.25º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23938C is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 147 | 140 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.42 |
| HSL | 176.25º | 0.62% | 0.36% | - |
| HSV(B) | 176.25º | 0.76% | 0.58% | - |
| XYZ | 15.86 | 23.12 | 28.44 | - |
| YUV | 112.71 | 143.39 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 140 | 0.76 | 0 | 0.05 | 0.42 | 176.25 | 0.62 | 0.36 |
| Hex | 23 | 93 | 8C | 4C | 0 | 5 | 2A | B0 | 3E | 24 |
| Octal | 43 | 223 | 214 | 114 | 0 | 5 | 52 | 260 | 76 | 44 |
| Binary | 100011 | 10010011 | 10001100 | 1001100 | 0 | 101 | 101010 | 10110000 | 111110 | 100100 |
Color Harmonies of #23938C
Complementary color
Monochromatic Colors of #23938C
Black with #23938C
Text Example
Text Example
White with #23938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23938C; }
p { color: rgb(35,147,140); }
H1.HeaderClassName
{
color: #23938C;
}
.AnyTagClassName
{
color: #23938C;
}
</style>
background-color css
<style>
a { background-color: #23938C; }
a { background-color: rgb(35,147,140); }
div.DivClassName
{
background-color: #23938C;
}
.BgClassName
{
background-color: #23938C;
}
</style>
border-color css
<style>
span { border-color: #23938C; }
span { border-color: rgb(35,147,140); }
td.TdClassName
{
border-color: #23938C;
}
.TagClassName
{
border-color: #23938C;
}
</style>