Shades of Java #23938F
Tints of Java #23938F
RGB
CMYK
RGB Variations
Color information
#23938F (or 0x23938F) is known color: Java. HEX triplet: 23, 93 and 8F. RGB value is (35,147,143). Sum of RGB (Red+Green+Blue) = 35+147+143=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #23938F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23938F is #DC6C70. Grayscale: #707070. Windows color (decimal): -14445681 or 9409315. OLE color: 9409315.
HSL color Cylindrical-coordinate representation of color #23938F: hue angle of 177.86º 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 #23938F is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 147 | 143 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.42 |
| HSL | 177.86º | 0.62% | 0.36% | - |
| HSV(B) | 177.86º | 0.76% | 0.58% | - |
| XYZ | 16.08 | 23.21 | 29.62 | - |
| YUV | 113.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 143 | 0.76 | 0 | 0.03 | 0.42 | 177.86 | 0.62 | 0.36 |
| Hex | 23 | 93 | 8F | 4C | 0 | 3 | 2A | B2 | 3E | 24 |
| Octal | 43 | 223 | 217 | 114 | 0 | 3 | 52 | 262 | 76 | 44 |
| Binary | 100011 | 10010011 | 10001111 | 1001100 | 0 | 11 | 101010 | 10110010 | 111110 | 100100 |
Color Harmonies of #23938F
Complementary color
Monochromatic Colors of #23938F
Black with #23938F
Text Example
Text Example
White with #23938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23938F; }
p { color: rgb(35,147,143); }
H1.HeaderClassName
{
color: #23938F;
}
.AnyTagClassName
{
color: #23938F;
}
</style>
background-color css
<style>
a { background-color: #23938F; }
a { background-color: rgb(35,147,143); }
div.DivClassName
{
background-color: #23938F;
}
.BgClassName
{
background-color: #23938F;
}
</style>
border-color css
<style>
span { border-color: #23938F; }
span { border-color: rgb(35,147,143); }
td.TdClassName
{
border-color: #23938F;
}
.TagClassName
{
border-color: #23938F;
}
</style>