Shades of Java #23948B
Tints of Java #23948B
RGB
CMYK
RGB Variations
Color information
#23948B (or 0x23948B) is known color: Java. HEX triplet: 23, 94 and 8B. RGB value is (35,148,139). Sum of RGB (Red+Green+Blue) = 35+148+139=322 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.87% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #23948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23948B is #DC6B74. Grayscale: #717171. Windows color (decimal): -14445429 or 9147427. OLE color: 9147427.
HSL color Cylindrical-coordinate representation of color #23948B: hue angle of 175.22º 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 #23948B is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 139 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.42 |
| HSL | 175.22º | 0.62% | 0.36% | - |
| HSV(B) | 175.22º | 0.76% | 0.58% | - |
| XYZ | 15.94 | 23.4 | 28.1 | - |
| YUV | 113.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 139 | 0.76 | 0 | 0.06 | 0.42 | 175.22 | 0.62 | 0.36 |
| Hex | 23 | 94 | 8B | 4C | 0 | 6 | 2A | AF | 3E | 24 |
| Octal | 43 | 224 | 213 | 114 | 0 | 6 | 52 | 257 | 76 | 44 |
| Binary | 100011 | 10010100 | 10001011 | 1001100 | 0 | 110 | 101010 | 10101111 | 111110 | 100100 |
Color Harmonies of #23948B
Complementary color
Monochromatic Colors of #23948B
Black with #23948B
Text Example
Text Example
White with #23948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23948B; }
p { color: rgb(35,148,139); }
H1.HeaderClassName
{
color: #23948B;
}
.AnyTagClassName
{
color: #23948B;
}
</style>
background-color css
<style>
a { background-color: #23948B; }
a { background-color: rgb(35,148,139); }
div.DivClassName
{
background-color: #23948B;
}
.BgClassName
{
background-color: #23948B;
}
</style>
border-color css
<style>
span { border-color: #23948B; }
span { border-color: rgb(35,148,139); }
td.TdClassName
{
border-color: #23948B;
}
.TagClassName
{
border-color: #23948B;
}
</style>