Shades of Java #238C93
Tints of Java #238C93
RGB
CMYK
RGB Variations
Color information
#238C93 (or 0x238C93) is known color: Java. HEX triplet: 23, 8C and 93. RGB value is (35,140,147). Sum of RGB (Red+Green+Blue) = 35+140+147=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #238C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238C93 is #DC736C. Grayscale: #6D6D6D. Windows color (decimal): -14447469 or 9669667. OLE color: 9669667.
HSL color Cylindrical-coordinate representation of color #238C93: hue angle of 183.75º 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 #238C93 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 140 | 147 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.42 |
| HSL | 183.75º | 0.62% | 0.36% | - |
| HSV(B) | 183.75º | 0.76% | 0.58% | - |
| XYZ | 15.34 | 21.22 | 30.89 | - |
| YUV | 109.4 | 149.21 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 147 | 0.76 | 0.05 | 0 | 0.42 | 183.75 | 0.62 | 0.36 |
| Hex | 23 | 8C | 93 | 4C | 5 | 0 | 2A | B8 | 3E | 24 |
| Octal | 43 | 214 | 223 | 114 | 5 | 0 | 52 | 270 | 76 | 44 |
| Binary | 100011 | 10001100 | 10010011 | 1001100 | 101 | 0 | 101010 | 10111000 | 111110 | 100100 |
Color Harmonies of #238C93
Complementary color
Monochromatic Colors of #238C93
Black with #238C93
Text Example
Text Example
White with #238C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C93; }
p { color: rgb(35,140,147); }
H1.HeaderClassName
{
color: #238C93;
}
.AnyTagClassName
{
color: #238C93;
}
</style>
background-color css
<style>
a { background-color: #238C93; }
a { background-color: rgb(35,140,147); }
div.DivClassName
{
background-color: #238C93;
}
.BgClassName
{
background-color: #238C93;
}
</style>
border-color css
<style>
span { border-color: #238C93; }
span { border-color: rgb(35,140,147); }
td.TdClassName
{
border-color: #238C93;
}
.TagClassName
{
border-color: #238C93;
}
</style>