Shades of Java #239FA3
Tints of Java #239FA3
RGB
CMYK
RGB Variations
Color information
#239FA3 (or 0x239FA3) is known color: Java. HEX triplet: 23, 9F and A3. RGB value is (35,159,163). Sum of RGB (Red+Green+Blue) = 35+159+163=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #239FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239FA3 is #DC605C. Grayscale: #7A7A7A. Windows color (decimal): -14442589 or 10723107. OLE color: 10723107.
HSL color Cylindrical-coordinate representation of color #239FA3: hue angle of 181.88º 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 #239FA3 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 35 | 159 | 163 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.36 |
| HSL | 181.88º | 0.65% | 0.39% | - |
| HSV(B) | 181.88º | 0.79% | 0.64% | - |
| XYZ | 19.7 | 27.8 | 38.98 | - |
| YUV | 122.38 | 150.92 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 163 | 0.79 | 0.02 | 0 | 0.36 | 181.88 | 0.65 | 0.39 |
| Hex | 23 | 9F | A3 | 4F | 2 | 0 | 24 | B6 | 41 | 27 |
| Octal | 43 | 237 | 243 | 117 | 2 | 0 | 44 | 266 | 101 | 47 |
| Binary | 100011 | 10011111 | 10100011 | 1001111 | 10 | 0 | 100100 | 10110110 | 1000001 | 100111 |
Color Harmonies of #239FA3
Complementary color
Monochromatic Colors of #239FA3
Black with #239FA3
Text Example
Text Example
White with #239FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FA3; }
p { color: rgb(35,159,163); }
H1.HeaderClassName
{
color: #239FA3;
}
.AnyTagClassName
{
color: #239FA3;
}
</style>
background-color css
<style>
a { background-color: #239FA3; }
a { background-color: rgb(35,159,163); }
div.DivClassName
{
background-color: #239FA3;
}
.BgClassName
{
background-color: #239FA3;
}
</style>
border-color css
<style>
span { border-color: #239FA3; }
span { border-color: rgb(35,159,163); }
td.TdClassName
{
border-color: #239FA3;
}
.TagClassName
{
border-color: #239FA3;
}
</style>