Shades of Java #23978C
Tints of Java #23978C
RGB
CMYK
RGB Variations
Color information
#23978C (or 0x23978C) is known color: Java. HEX triplet: 23, 97 and 8C. RGB value is (35,151,140). Sum of RGB (Red+Green+Blue) = 35+151+140=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #23978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23978C is #DC6873. Grayscale: #727272. Windows color (decimal): -14444660 or 9213731. OLE color: 9213731.
HSL color Cylindrical-coordinate representation of color #23978C: hue angle of 174.31º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23978C is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 151 | 140 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.41 |
| HSL | 174.31º | 0.62% | 0.36% | - |
| HSV(B) | 174.31º | 0.77% | 0.59% | - |
| XYZ | 16.49 | 24.38 | 28.65 | - |
| YUV | 115.06 | 142.07 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 140 | 0.77 | 0 | 0.07 | 0.41 | 174.31 | 0.62 | 0.36 |
| Hex | 23 | 97 | 8C | 4D | 0 | 7 | 29 | AE | 3E | 24 |
| Octal | 43 | 227 | 214 | 115 | 0 | 7 | 51 | 256 | 76 | 44 |
| Binary | 100011 | 10010111 | 10001100 | 1001101 | 0 | 111 | 101001 | 10101110 | 111110 | 100100 |
Color Harmonies of #23978C
Complementary color
Monochromatic Colors of #23978C
Black with #23978C
Text Example
Text Example
White with #23978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23978C; }
p { color: rgb(35,151,140); }
H1.HeaderClassName
{
color: #23978C;
}
.AnyTagClassName
{
color: #23978C;
}
</style>
background-color css
<style>
a { background-color: #23978C; }
a { background-color: rgb(35,151,140); }
div.DivClassName
{
background-color: #23978C;
}
.BgClassName
{
background-color: #23978C;
}
</style>
border-color css
<style>
span { border-color: #23978C; }
span { border-color: rgb(35,151,140); }
td.TdClassName
{
border-color: #23978C;
}
.TagClassName
{
border-color: #23978C;
}
</style>