Shades of Java #23948D
Tints of Java #23948D
RGB
CMYK
RGB Variations
Color information
#23948D (or 0x23948D) is known color: Java. HEX triplet: 23, 94 and 8D. RGB value is (35,148,141). Sum of RGB (Red+Green+Blue) = 35+148+141=324 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.80% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #23948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23948D is #DC6B72. Grayscale: #717171. Windows color (decimal): -14445427 or 9278499. OLE color: 9278499.
HSL color Cylindrical-coordinate representation of color #23948D: hue angle of 176.28º 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 #23948D is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 141 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.42 |
| HSL | 176.28º | 0.62% | 0.36% | - |
| HSV(B) | 176.28º | 0.76% | 0.58% | - |
| XYZ | 16.09 | 23.46 | 28.88 | - |
| YUV | 113.42 | 143.56 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 141 | 0.76 | 0 | 0.05 | 0.42 | 176.28 | 0.62 | 0.36 |
| Hex | 23 | 94 | 8D | 4C | 0 | 5 | 2A | B0 | 3E | 24 |
| Octal | 43 | 224 | 215 | 114 | 0 | 5 | 52 | 260 | 76 | 44 |
| Binary | 100011 | 10010100 | 10001101 | 1001100 | 0 | 101 | 101010 | 10110000 | 111110 | 100100 |
Color Harmonies of #23948D
Complementary color
Monochromatic Colors of #23948D
Black with #23948D
Text Example
Text Example
White with #23948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23948D; }
p { color: rgb(35,148,141); }
H1.HeaderClassName
{
color: #23948D;
}
.AnyTagClassName
{
color: #23948D;
}
</style>
background-color css
<style>
a { background-color: #23948D; }
a { background-color: rgb(35,148,141); }
div.DivClassName
{
background-color: #23948D;
}
.BgClassName
{
background-color: #23948D;
}
</style>
border-color css
<style>
span { border-color: #23948D; }
span { border-color: rgb(35,148,141); }
td.TdClassName
{
border-color: #23948D;
}
.TagClassName
{
border-color: #23948D;
}
</style>