Shades of Java #239490
Tints of Java #239490
RGB
CMYK
RGB Variations
Color information
#239490 (or 0x239490) is known color: Java. HEX triplet: 23, 94 and 90. RGB value is (35,148,144). Sum of RGB (Red+Green+Blue) = 35+148+144=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #239490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239490 is #DC6B6F. Grayscale: #717171. Windows color (decimal): -14445424 or 9475107. OLE color: 9475107.
HSL color Cylindrical-coordinate representation of color #239490: hue angle of 177.88º 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 #239490 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 144 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.42 |
| HSL | 177.88º | 0.62% | 0.36% | - |
| HSV(B) | 177.88º | 0.76% | 0.58% | - |
| XYZ | 16.32 | 23.55 | 30.07 | - |
| YUV | 113.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 144 | 0.76 | 0 | 0.03 | 0.42 | 177.88 | 0.62 | 0.36 |
| Hex | 23 | 94 | 90 | 4C | 0 | 3 | 2A | B2 | 3E | 24 |
| Octal | 43 | 224 | 220 | 114 | 0 | 3 | 52 | 262 | 76 | 44 |
| Binary | 100011 | 10010100 | 10010000 | 1001100 | 0 | 11 | 101010 | 10110010 | 111110 | 100100 |
Color Harmonies of #239490
Complementary color
Monochromatic Colors of #239490
Black with #239490
Text Example
Text Example
White with #239490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239490; }
p { color: rgb(35,148,144); }
H1.HeaderClassName
{
color: #239490;
}
.AnyTagClassName
{
color: #239490;
}
</style>
background-color css
<style>
a { background-color: #239490; }
a { background-color: rgb(35,148,144); }
div.DivClassName
{
background-color: #239490;
}
.BgClassName
{
background-color: #239490;
}
</style>
border-color css
<style>
span { border-color: #239490; }
span { border-color: rgb(35,148,144); }
td.TdClassName
{
border-color: #239490;
}
.TagClassName
{
border-color: #239490;
}
</style>