Shades of Java #238F9B
Tints of Java #238F9B
RGB
CMYK
RGB Variations
Color information
#238F9B (or 0x238F9B) is known color: Java. HEX triplet: 23, 8F and 9B. RGB value is (35,143,155). Sum of RGB (Red+Green+Blue) = 35+143+155=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #238F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238F9B is #DC7064. Grayscale: #6F6F6F. Windows color (decimal): -14446693 or 10194723. OLE color: 10194723.
HSL color Cylindrical-coordinate representation of color #238F9B: hue angle of 186º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238F9B is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 143 | 155 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.39 |
| HSL | 186º | 0.63% | 0.37% | - |
| HSV(B) | 186º | 0.77% | 0.61% | - |
| XYZ | 16.43 | 22.37 | 34.46 | - |
| YUV | 112.08 | 152.22 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 155 | 0.77 | 0.08 | 0 | 0.39 | 186 | 0.63 | 0.37 |
| Hex | 23 | 8F | 9B | 4D | 8 | 0 | 27 | BA | 3F | 25 |
| Octal | 43 | 217 | 233 | 115 | 10 | 0 | 47 | 272 | 77 | 45 |
| Binary | 100011 | 10001111 | 10011011 | 1001101 | 1000 | 0 | 100111 | 10111010 | 111111 | 100101 |
Color Harmonies of #238F9B
Complementary color
Monochromatic Colors of #238F9B
Black with #238F9B
Text Example
Text Example
White with #238F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F9B; }
p { color: rgb(35,143,155); }
H1.HeaderClassName
{
color: #238F9B;
}
.AnyTagClassName
{
color: #238F9B;
}
</style>
background-color css
<style>
a { background-color: #238F9B; }
a { background-color: rgb(35,143,155); }
div.DivClassName
{
background-color: #238F9B;
}
.BgClassName
{
background-color: #238F9B;
}
</style>
border-color css
<style>
span { border-color: #238F9B; }
span { border-color: rgb(35,143,155); }
td.TdClassName
{
border-color: #238F9B;
}
.TagClassName
{
border-color: #238F9B;
}
</style>