Shades of Java #238793
Tints of Java #238793
RGB
CMYK
RGB Variations
Color information
#238793 (or 0x238793) is known color: Java. HEX triplet: 23, 87 and 93. RGB value is (35,135,147). Sum of RGB (Red+Green+Blue) = 35+135+147=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #238793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238793 is #DC786C. Grayscale: #6A6A6A. Windows color (decimal): -14448749 or 9668387. OLE color: 9668387.
HSL color Cylindrical-coordinate representation of color #238793: hue angle of 186.43º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238793 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 135 | 147 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.42 |
| HSL | 186.43º | 0.62% | 0.36% | - |
| HSV(B) | 186.43º | 0.76% | 0.58% | - |
| XYZ | 14.62 | 19.79 | 30.65 | - |
| YUV | 106.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 135 | 147 | 0.76 | 0.08 | 0 | 0.42 | 186.43 | 0.62 | 0.36 |
| Hex | 23 | 87 | 93 | 4C | 8 | 0 | 2A | BA | 3E | 24 |
| Octal | 43 | 207 | 223 | 114 | 10 | 0 | 52 | 272 | 76 | 44 |
| Binary | 100011 | 10000111 | 10010011 | 1001100 | 1000 | 0 | 101010 | 10111010 | 111110 | 100100 |
Color Harmonies of #238793
Complementary color
Monochromatic Colors of #238793
Black with #238793
Text Example
Text Example
White with #238793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238793; }
p { color: rgb(35,135,147); }
H1.HeaderClassName
{
color: #238793;
}
.AnyTagClassName
{
color: #238793;
}
</style>
background-color css
<style>
a { background-color: #238793; }
a { background-color: rgb(35,135,147); }
div.DivClassName
{
background-color: #238793;
}
.BgClassName
{
background-color: #238793;
}
</style>
border-color css
<style>
span { border-color: #238793; }
span { border-color: rgb(35,135,147); }
td.TdClassName
{
border-color: #238793;
}
.TagClassName
{
border-color: #238793;
}
</style>