Shades of Java #239293
Tints of Java #239293
RGB
CMYK
RGB Variations
Color information
#239293 (or 0x239293) is known color: Java. HEX triplet: 23, 92 and 93. RGB value is (35,146,147). Sum of RGB (Red+Green+Blue) = 35+146+147=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #239293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239293 is #DC6D6C. Grayscale: #707070. Windows color (decimal): -14445933 or 9671203. OLE color: 9671203.
HSL color Cylindrical-coordinate representation of color #239293: hue angle of 180.54º 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 #239293 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 146 | 147 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.42 |
| HSL | 180.54º | 0.62% | 0.36% | - |
| HSV(B) | 180.54º | 0.76% | 0.58% | - |
| XYZ | 16.24 | 23.02 | 31.19 | - |
| YUV | 112.93 | 147.23 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 147 | 0.76 | 0.01 | 0 | 0.42 | 180.54 | 0.62 | 0.36 |
| Hex | 23 | 92 | 93 | 4C | 1 | 0 | 2A | B5 | 3E | 24 |
| Octal | 43 | 222 | 223 | 114 | 1 | 0 | 52 | 265 | 76 | 44 |
| Binary | 100011 | 10010010 | 10010011 | 1001100 | 1 | 0 | 101010 | 10110101 | 111110 | 100100 |
Color Harmonies of #239293
Complementary color
Monochromatic Colors of #239293
Black with #239293
Text Example
Text Example
White with #239293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239293; }
p { color: rgb(35,146,147); }
H1.HeaderClassName
{
color: #239293;
}
.AnyTagClassName
{
color: #239293;
}
</style>
background-color css
<style>
a { background-color: #239293; }
a { background-color: rgb(35,146,147); }
div.DivClassName
{
background-color: #239293;
}
.BgClassName
{
background-color: #239293;
}
</style>
border-color css
<style>
span { border-color: #239293; }
span { border-color: rgb(35,146,147); }
td.TdClassName
{
border-color: #239293;
}
.TagClassName
{
border-color: #239293;
}
</style>