Shades of Java #23908D
Tints of Java #23908D
RGB
CMYK
RGB Variations
Color information
#23908D (or 0x23908D) is known color: Java. HEX triplet: 23, 90 and 8D. RGB value is (35,144,141). Sum of RGB (Red+Green+Blue) = 35+144+141=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #23908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23908D is #DC6F72. Grayscale: #6E6E6E. Windows color (decimal): -14446451 or 9277475. OLE color: 9277475.
HSL color Cylindrical-coordinate representation of color #23908D: hue angle of 178.35º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23908D is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 141 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.44 |
| HSL | 178.35º | 0.61% | 0.35% | - |
| HSV(B) | 178.35º | 0.76% | 0.56% | - |
| XYZ | 15.47 | 22.23 | 28.67 | - |
| YUV | 111.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 141 | 0.76 | 0 | 0.02 | 0.44 | 178.35 | 0.61 | 0.35 |
| Hex | 23 | 90 | 8D | 4C | 0 | 2 | 2C | B2 | 3D | 23 |
| Octal | 43 | 220 | 215 | 114 | 0 | 2 | 54 | 262 | 75 | 43 |
| Binary | 100011 | 10010000 | 10001101 | 1001100 | 0 | 10 | 101100 | 10110010 | 111101 | 100011 |
Color Harmonies of #23908D
Complementary color
Monochromatic Colors of #23908D
Black with #23908D
Text Example
Text Example
White with #23908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23908D; }
p { color: rgb(35,144,141); }
H1.HeaderClassName
{
color: #23908D;
}
.AnyTagClassName
{
color: #23908D;
}
</style>
background-color css
<style>
a { background-color: #23908D; }
a { background-color: rgb(35,144,141); }
div.DivClassName
{
background-color: #23908D;
}
.BgClassName
{
background-color: #23908D;
}
</style>
border-color css
<style>
span { border-color: #23908D; }
span { border-color: rgb(35,144,141); }
td.TdClassName
{
border-color: #23908D;
}
.TagClassName
{
border-color: #23908D;
}
</style>