Shades of Java #238792
Tints of Java #238792
RGB
CMYK
RGB Variations
Color information
#238792 (or 0x238792) is known color: Java. HEX triplet: 23, 87 and 92. RGB value is (35,135,146). Sum of RGB (Red+Green+Blue) = 35+135+146=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #238792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238792 is #DC786D. Grayscale: #6A6A6A. Windows color (decimal): -14448750 or 9602851. OLE color: 9602851.
HSL color Cylindrical-coordinate representation of color #238792: hue angle of 185.95º 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 #238792 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 135 | 146 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.43 |
| HSL | 185.95º | 0.61% | 0.35% | - |
| HSV(B) | 185.95º | 0.76% | 0.57% | - |
| XYZ | 14.55 | 19.76 | 30.24 | - |
| YUV | 106.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 135 | 146 | 0.76 | 0.08 | 0 | 0.43 | 185.95 | 0.61 | 0.35 |
| Hex | 23 | 87 | 92 | 4C | 8 | 0 | 2B | BA | 3D | 23 |
| Octal | 43 | 207 | 222 | 114 | 10 | 0 | 53 | 272 | 75 | 43 |
| Binary | 100011 | 10000111 | 10010010 | 1001100 | 1000 | 0 | 101011 | 10111010 | 111101 | 100011 |
Color Harmonies of #238792
Complementary color
Monochromatic Colors of #238792
Black with #238792
Text Example
Text Example
White with #238792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238792; }
p { color: rgb(35,135,146); }
H1.HeaderClassName
{
color: #238792;
}
.AnyTagClassName
{
color: #238792;
}
</style>
background-color css
<style>
a { background-color: #238792; }
a { background-color: rgb(35,135,146); }
div.DivClassName
{
background-color: #238792;
}
.BgClassName
{
background-color: #238792;
}
</style>
border-color css
<style>
span { border-color: #238792; }
span { border-color: rgb(35,135,146); }
td.TdClassName
{
border-color: #238792;
}
.TagClassName
{
border-color: #238792;
}
</style>