Shades of Java #238B93
Tints of Java #238B93
RGB
CMYK
RGB Variations
Color information
#238B93 (or 0x238B93) is known color: Java. HEX triplet: 23, 8B and 93. RGB value is (35,139,147). Sum of RGB (Red+Green+Blue) = 35+139+147=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #238B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B93 is #DC746C. Grayscale: #6C6C6C. Windows color (decimal): -14447725 or 9669411. OLE color: 9669411.
HSL color Cylindrical-coordinate representation of color #238B93: hue angle of 184.29º 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 #238B93 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 139 | 147 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.42 |
| HSL | 184.29º | 0.62% | 0.36% | - |
| HSV(B) | 184.29º | 0.76% | 0.58% | - |
| XYZ | 15.19 | 20.93 | 30.84 | - |
| YUV | 108.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 147 | 0.76 | 0.05 | 0 | 0.42 | 184.29 | 0.62 | 0.36 |
| Hex | 23 | 8B | 93 | 4C | 5 | 0 | 2A | B8 | 3E | 24 |
| Octal | 43 | 213 | 223 | 114 | 5 | 0 | 52 | 270 | 76 | 44 |
| Binary | 100011 | 10001011 | 10010011 | 1001100 | 101 | 0 | 101010 | 10111000 | 111110 | 100100 |
Color Harmonies of #238B93
Complementary color
Monochromatic Colors of #238B93
Black with #238B93
Text Example
Text Example
White with #238B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B93; }
p { color: rgb(35,139,147); }
H1.HeaderClassName
{
color: #238B93;
}
.AnyTagClassName
{
color: #238B93;
}
</style>
background-color css
<style>
a { background-color: #238B93; }
a { background-color: rgb(35,139,147); }
div.DivClassName
{
background-color: #238B93;
}
.BgClassName
{
background-color: #238B93;
}
</style>
border-color css
<style>
span { border-color: #238B93; }
span { border-color: rgb(35,139,147); }
td.TdClassName
{
border-color: #238B93;
}
.TagClassName
{
border-color: #238B93;
}
</style>