Shades of Java #23838F
Tints of Java #23838F
RGB
CMYK
RGB Variations
Color information
#23838F (or 0x23838F) is known color: Java. HEX triplet: 23, 83 and 8F. RGB value is (35,131,143). Sum of RGB (Red+Green+Blue) = 35+131+143=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #23838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23838F is #DC7C70. Grayscale: #676767. Windows color (decimal): -14449777 or 9405219. OLE color: 9405219.
HSL color Cylindrical-coordinate representation of color #23838F: hue angle of 186.67º 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 #23838F is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 131 | 143 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.44 |
| HSL | 186.67º | 0.61% | 0.35% | - |
| HSV(B) | 186.67º | 0.76% | 0.56% | - |
| XYZ | 13.77 | 18.57 | 28.85 | - |
| YUV | 103.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 143 | 0.76 | 0.08 | 0 | 0.44 | 186.67 | 0.61 | 0.35 |
| Hex | 23 | 83 | 8F | 4C | 8 | 0 | 2C | BB | 3D | 23 |
| Octal | 43 | 203 | 217 | 114 | 10 | 0 | 54 | 273 | 75 | 43 |
| Binary | 100011 | 10000011 | 10001111 | 1001100 | 1000 | 0 | 101100 | 10111011 | 111101 | 100011 |
Color Harmonies of #23838F
Complementary color
Monochromatic Colors of #23838F
Black with #23838F
Text Example
Text Example
White with #23838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23838F; }
p { color: rgb(35,131,143); }
H1.HeaderClassName
{
color: #23838F;
}
.AnyTagClassName
{
color: #23838F;
}
</style>
background-color css
<style>
a { background-color: #23838F; }
a { background-color: rgb(35,131,143); }
div.DivClassName
{
background-color: #23838F;
}
.BgClassName
{
background-color: #23838F;
}
</style>
border-color css
<style>
span { border-color: #23838F; }
span { border-color: rgb(35,131,143); }
td.TdClassName
{
border-color: #23838F;
}
.TagClassName
{
border-color: #23838F;
}
</style>