Shades of Java #239FA4
Tints of Java #239FA4
RGB
CMYK
RGB Variations
Color information
#239FA4 (or 0x239FA4) is known color: Java. HEX triplet: 23, 9F and A4. RGB value is (35,159,164). Sum of RGB (Red+Green+Blue) = 35+159+164=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #239FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239FA4 is #DC605B. Grayscale: #7A7A7A. Windows color (decimal): -14442588 or 10788643. OLE color: 10788643.
HSL color Cylindrical-coordinate representation of color #239FA4: hue angle of 182.33º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #239FA4 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 159 | 164 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.36 |
| HSL | 182.33º | 0.65% | 0.39% | - |
| HSV(B) | 182.33º | 0.79% | 0.64% | - |
| XYZ | 19.79 | 27.83 | 39.45 | - |
| YUV | 122.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 164 | 0.79 | 0.03 | 0 | 0.36 | 182.33 | 0.65 | 0.39 |
| Hex | 23 | 9F | A4 | 4F | 3 | 0 | 24 | B6 | 41 | 27 |
| Octal | 43 | 237 | 244 | 117 | 3 | 0 | 44 | 266 | 101 | 47 |
| Binary | 100011 | 10011111 | 10100100 | 1001111 | 11 | 0 | 100100 | 10110110 | 1000001 | 100111 |
Color Harmonies of #239FA4
Complementary color
Monochromatic Colors of #239FA4
Black with #239FA4
Text Example
Text Example
White with #239FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FA4; }
p { color: rgb(35,159,164); }
H1.HeaderClassName
{
color: #239FA4;
}
.AnyTagClassName
{
color: #239FA4;
}
</style>
background-color css
<style>
a { background-color: #239FA4; }
a { background-color: rgb(35,159,164); }
div.DivClassName
{
background-color: #239FA4;
}
.BgClassName
{
background-color: #239FA4;
}
</style>
border-color css
<style>
span { border-color: #239FA4; }
span { border-color: rgb(35,159,164); }
td.TdClassName
{
border-color: #239FA4;
}
.TagClassName
{
border-color: #239FA4;
}
</style>