Shades of Java #238F91
Tints of Java #238F91
RGB
CMYK
RGB Variations
Color information
#238F91 (or 0x238F91) is known color: Java. HEX triplet: 23, 8F and 91. RGB value is (35,143,145). Sum of RGB (Red+Green+Blue) = 35+143+145=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #238F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F91 is #DC706E. Grayscale: #6E6E6E. Windows color (decimal): -14446703 or 9539363. OLE color: 9539363.
HSL color Cylindrical-coordinate representation of color #238F91: hue angle of 181.09º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F91 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 143 | 145 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.43 |
| HSL | 181.09º | 0.61% | 0.35% | - |
| HSV(B) | 181.09º | 0.76% | 0.57% | - |
| XYZ | 15.63 | 22.05 | 30.22 | - |
| YUV | 110.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 145 | 0.76 | 0.01 | 0 | 0.43 | 181.09 | 0.61 | 0.35 |
| Hex | 23 | 8F | 91 | 4C | 1 | 0 | 2B | B5 | 3D | 23 |
| Octal | 43 | 217 | 221 | 114 | 1 | 0 | 53 | 265 | 75 | 43 |
| Binary | 100011 | 10001111 | 10010001 | 1001100 | 1 | 0 | 101011 | 10110101 | 111101 | 100011 |
Color Harmonies of #238F91
Complementary color
Monochromatic Colors of #238F91
Black with #238F91
Text Example
Text Example
White with #238F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F91; }
p { color: rgb(35,143,145); }
H1.HeaderClassName
{
color: #238F91;
}
.AnyTagClassName
{
color: #238F91;
}
</style>
background-color css
<style>
a { background-color: #238F91; }
a { background-color: rgb(35,143,145); }
div.DivClassName
{
background-color: #238F91;
}
.BgClassName
{
background-color: #238F91;
}
</style>
border-color css
<style>
span { border-color: #238F91; }
span { border-color: rgb(35,143,145); }
td.TdClassName
{
border-color: #238F91;
}
.TagClassName
{
border-color: #238F91;
}
</style>