Shades of Java #238A92
Tints of Java #238A92
RGB
CMYK
RGB Variations
Color information
#238A92 (or 0x238A92) is known color: Java. HEX triplet: 23, 8A and 92. RGB value is (35,138,146). Sum of RGB (Red+Green+Blue) = 35+138+146=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #238A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238A92 is #DC756D. Grayscale: #6B6B6B. Windows color (decimal): -14447982 or 9603619. OLE color: 9603619.
HSL color Cylindrical-coordinate representation of color #238A92: hue angle of 184.32º 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 #238A92 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 138 | 146 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.43 |
| HSL | 184.32º | 0.61% | 0.35% | - |
| HSV(B) | 184.32º | 0.76% | 0.57% | - |
| XYZ | 14.97 | 20.61 | 30.38 | - |
| YUV | 108.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 138 | 146 | 0.76 | 0.05 | 0 | 0.43 | 184.32 | 0.61 | 0.35 |
| Hex | 23 | 8A | 92 | 4C | 5 | 0 | 2B | B8 | 3D | 23 |
| Octal | 43 | 212 | 222 | 114 | 5 | 0 | 53 | 270 | 75 | 43 |
| Binary | 100011 | 10001010 | 10010010 | 1001100 | 101 | 0 | 101011 | 10111000 | 111101 | 100011 |
Color Harmonies of #238A92
Complementary color
Monochromatic Colors of #238A92
Black with #238A92
Text Example
Text Example
White with #238A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238A92; }
p { color: rgb(35,138,146); }
H1.HeaderClassName
{
color: #238A92;
}
.AnyTagClassName
{
color: #238A92;
}
</style>
background-color css
<style>
a { background-color: #238A92; }
a { background-color: rgb(35,138,146); }
div.DivClassName
{
background-color: #238A92;
}
.BgClassName
{
background-color: #238A92;
}
</style>
border-color css
<style>
span { border-color: #238A92; }
span { border-color: rgb(35,138,146); }
td.TdClassName
{
border-color: #238A92;
}
.TagClassName
{
border-color: #238A92;
}
</style>