Shades of Java #23958C
Tints of Java #23958C
RGB
CMYK
RGB Variations
Color information
#23958C (or 0x23958C) is known color: Java. HEX triplet: 23, 95 and 8C. RGB value is (35,149,140). Sum of RGB (Red+Green+Blue) = 35+149+140=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #23958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23958C is #DC6A73. Grayscale: #717171. Windows color (decimal): -14445172 or 9213219. OLE color: 9213219.
HSL color Cylindrical-coordinate representation of color #23958C: hue angle of 175.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23958C is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 149 | 140 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.42 |
| HSL | 175.26º | 0.62% | 0.36% | - |
| HSV(B) | 175.26º | 0.77% | 0.58% | - |
| XYZ | 16.17 | 23.75 | 28.54 | - |
| YUV | 113.89 | 142.73 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 140 | 0.77 | 0 | 0.06 | 0.42 | 175.26 | 0.62 | 0.36 |
| Hex | 23 | 95 | 8C | 4D | 0 | 6 | 2A | AF | 3E | 24 |
| Octal | 43 | 225 | 214 | 115 | 0 | 6 | 52 | 257 | 76 | 44 |
| Binary | 100011 | 10010101 | 10001100 | 1001101 | 0 | 110 | 101010 | 10101111 | 111110 | 100100 |
Color Harmonies of #23958C
Complementary color
Monochromatic Colors of #23958C
Black with #23958C
Text Example
Text Example
White with #23958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23958C; }
p { color: rgb(35,149,140); }
H1.HeaderClassName
{
color: #23958C;
}
.AnyTagClassName
{
color: #23958C;
}
</style>
background-color css
<style>
a { background-color: #23958C; }
a { background-color: rgb(35,149,140); }
div.DivClassName
{
background-color: #23958C;
}
.BgClassName
{
background-color: #23958C;
}
</style>
border-color css
<style>
span { border-color: #23958C; }
span { border-color: rgb(35,149,140); }
td.TdClassName
{
border-color: #23958C;
}
.TagClassName
{
border-color: #23958C;
}
</style>