Shades of Java #238794
Tints of Java #238794
RGB
CMYK
RGB Variations
Color information
#238794 (or 0x238794) is known color: Java. HEX triplet: 23, 87 and 94. RGB value is (35,135,148). Sum of RGB (Red+Green+Blue) = 35+135+148=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #238794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238794 is #DC786B. Grayscale: #6A6A6A. Windows color (decimal): -14448748 or 9733923. OLE color: 9733923.
HSL color Cylindrical-coordinate representation of color #238794: hue angle of 186.9º 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 #238794 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 135 | 148 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.42 |
| HSL | 186.9º | 0.62% | 0.36% | - |
| HSV(B) | 186.9º | 0.76% | 0.58% | - |
| XYZ | 14.7 | 19.82 | 31.07 | - |
| YUV | 106.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 135 | 148 | 0.76 | 0.09 | 0 | 0.42 | 186.9 | 0.62 | 0.36 |
| Hex | 23 | 87 | 94 | 4C | 9 | 0 | 2A | BB | 3E | 24 |
| Octal | 43 | 207 | 224 | 114 | 11 | 0 | 52 | 273 | 76 | 44 |
| Binary | 100011 | 10000111 | 10010100 | 1001100 | 1001 | 0 | 101010 | 10111011 | 111110 | 100100 |
Color Harmonies of #238794
Complementary color
Monochromatic Colors of #238794
Black with #238794
Text Example
Text Example
White with #238794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238794; }
p { color: rgb(35,135,148); }
H1.HeaderClassName
{
color: #238794;
}
.AnyTagClassName
{
color: #238794;
}
</style>
background-color css
<style>
a { background-color: #238794; }
a { background-color: rgb(35,135,148); }
div.DivClassName
{
background-color: #238794;
}
.BgClassName
{
background-color: #238794;
}
</style>
border-color css
<style>
span { border-color: #238794; }
span { border-color: rgb(35,135,148); }
td.TdClassName
{
border-color: #238794;
}
.TagClassName
{
border-color: #238794;
}
</style>