Shades of Java #23858F
Tints of Java #23858F
RGB
CMYK
RGB Variations
Color information
#23858F (or 0x23858F) is known color: Java. HEX triplet: 23, 85 and 8F. RGB value is (35,133,143). Sum of RGB (Red+Green+Blue) = 35+133+143=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #23858F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23858F is #DC7A70. Grayscale: #686868. Windows color (decimal): -14449265 or 9405731. OLE color: 9405731.
HSL color Cylindrical-coordinate representation of color #23858F: hue angle of 185.56º 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 #23858F is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 133 | 143 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.44 |
| HSL | 185.56º | 0.61% | 0.35% | - |
| HSV(B) | 185.56º | 0.76% | 0.56% | - |
| XYZ | 14.04 | 19.12 | 28.94 | - |
| YUV | 104.84 | 149.53 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 143 | 0.76 | 0.07 | 0 | 0.44 | 185.56 | 0.61 | 0.35 |
| Hex | 23 | 85 | 8F | 4C | 7 | 0 | 2C | BA | 3D | 23 |
| Octal | 43 | 205 | 217 | 114 | 7 | 0 | 54 | 272 | 75 | 43 |
| Binary | 100011 | 10000101 | 10001111 | 1001100 | 111 | 0 | 101100 | 10111010 | 111101 | 100011 |
Color Harmonies of #23858F
Complementary color
Monochromatic Colors of #23858F
Black with #23858F
Text Example
Text Example
White with #23858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23858F; }
p { color: rgb(35,133,143); }
H1.HeaderClassName
{
color: #23858F;
}
.AnyTagClassName
{
color: #23858F;
}
</style>
background-color css
<style>
a { background-color: #23858F; }
a { background-color: rgb(35,133,143); }
div.DivClassName
{
background-color: #23858F;
}
.BgClassName
{
background-color: #23858F;
}
</style>
border-color css
<style>
span { border-color: #23858F; }
span { border-color: rgb(35,133,143); }
td.TdClassName
{
border-color: #23858F;
}
.TagClassName
{
border-color: #23858F;
}
</style>