Shades of Java #23848E
Tints of Java #23848E
RGB
CMYK
RGB Variations
Color information
#23848E (or 0x23848E) is known color: Java. HEX triplet: 23, 84 and 8E. RGB value is (35,132,142). Sum of RGB (Red+Green+Blue) = 35+132+142=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #23848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23848E is #DC7B71. Grayscale: #686868. Windows color (decimal): -14449522 or 9339939. OLE color: 9339939.
HSL color Cylindrical-coordinate representation of color #23848E: hue angle of 185.61º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23848E is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 132 | 142 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.44 |
| HSL | 185.61º | 0.6% | 0.35% | - |
| HSV(B) | 185.61º | 0.75% | 0.56% | - |
| XYZ | 13.83 | 18.81 | 28.49 | - |
| YUV | 104.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 132 | 142 | 0.75 | 0.07 | 0 | 0.44 | 185.61 | 0.6 | 0.35 |
| Hex | 23 | 84 | 8E | 4B | 7 | 0 | 2C | BA | 3C | 23 |
| Octal | 43 | 204 | 216 | 113 | 7 | 0 | 54 | 272 | 74 | 43 |
| Binary | 100011 | 10000100 | 10001110 | 1001011 | 111 | 0 | 101100 | 10111010 | 111100 | 100011 |
Color Harmonies of #23848E
Complementary color
Monochromatic Colors of #23848E
Black with #23848E
Text Example
Text Example
White with #23848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23848E; }
p { color: rgb(35,132,142); }
H1.HeaderClassName
{
color: #23848E;
}
.AnyTagClassName
{
color: #23848E;
}
</style>
background-color css
<style>
a { background-color: #23848E; }
a { background-color: rgb(35,132,142); }
div.DivClassName
{
background-color: #23848E;
}
.BgClassName
{
background-color: #23848E;
}
</style>
border-color css
<style>
span { border-color: #23848E; }
span { border-color: rgb(35,132,142); }
td.TdClassName
{
border-color: #23848E;
}
.TagClassName
{
border-color: #23848E;
}
</style>