Shades of Java #238F94
Tints of Java #238F94
RGB
CMYK
RGB Variations
Color information
#238F94 (or 0x238F94) is known color: Java. HEX triplet: 23, 8F and 94. RGB value is (35,143,148). Sum of RGB (Red+Green+Blue) = 35+143+148=326 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.74% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #238F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F94 is #DC706B. Grayscale: #6F6F6F. Windows color (decimal): -14446700 or 9735971. OLE color: 9735971.
HSL color Cylindrical-coordinate representation of color #238F94: hue angle of 182.65º 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 #238F94 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 143 | 148 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.42 |
| HSL | 182.65º | 0.62% | 0.36% | - |
| HSV(B) | 182.65º | 0.76% | 0.58% | - |
| XYZ | 15.86 | 22.14 | 31.45 | - |
| YUV | 111.28 | 148.72 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 148 | 0.76 | 0.03 | 0 | 0.42 | 182.65 | 0.62 | 0.36 |
| Hex | 23 | 8F | 94 | 4C | 3 | 0 | 2A | B7 | 3E | 24 |
| Octal | 43 | 217 | 224 | 114 | 3 | 0 | 52 | 267 | 76 | 44 |
| Binary | 100011 | 10001111 | 10010100 | 1001100 | 11 | 0 | 101010 | 10110111 | 111110 | 100100 |
Color Harmonies of #238F94
Complementary color
Monochromatic Colors of #238F94
Black with #238F94
Text Example
Text Example
White with #238F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F94; }
p { color: rgb(35,143,148); }
H1.HeaderClassName
{
color: #238F94;
}
.AnyTagClassName
{
color: #238F94;
}
</style>
background-color css
<style>
a { background-color: #238F94; }
a { background-color: rgb(35,143,148); }
div.DivClassName
{
background-color: #238F94;
}
.BgClassName
{
background-color: #238F94;
}
</style>
border-color css
<style>
span { border-color: #238F94; }
span { border-color: rgb(35,143,148); }
td.TdClassName
{
border-color: #238F94;
}
.TagClassName
{
border-color: #238F94;
}
</style>