Shades of Java #23919E
Tints of Java #23919E
RGB
CMYK
RGB Variations
Color information
#23919E (or 0x23919E) is known color: Java. HEX triplet: 23, 91 and 9E. RGB value is (35,145,158). Sum of RGB (Red+Green+Blue) = 35+145+158=338 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.36% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #23919E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23919E is #DC6E61. Grayscale: #717171. Windows color (decimal): -14446178 or 10391843. OLE color: 10391843.
HSL color Cylindrical-coordinate representation of color #23919E: hue angle of 186.34º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23919E is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 145 | 158 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.38 |
| HSL | 186.34º | 0.64% | 0.38% | - |
| HSV(B) | 186.34º | 0.78% | 0.62% | - |
| XYZ | 16.99 | 23.08 | 35.91 | - |
| YUV | 113.59 | 153.06 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 158 | 0.78 | 0.08 | 0 | 0.38 | 186.34 | 0.64 | 0.38 |
| Hex | 23 | 91 | 9E | 4E | 8 | 0 | 26 | BA | 40 | 26 |
| Octal | 43 | 221 | 236 | 116 | 10 | 0 | 46 | 272 | 100 | 46 |
| Binary | 100011 | 10010001 | 10011110 | 1001110 | 1000 | 0 | 100110 | 10111010 | 1000000 | 100110 |
Color Harmonies of #23919E
Complementary color
Monochromatic Colors of #23919E
Black with #23919E
Text Example
Text Example
White with #23919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23919E; }
p { color: rgb(35,145,158); }
H1.HeaderClassName
{
color: #23919E;
}
.AnyTagClassName
{
color: #23919E;
}
</style>
background-color css
<style>
a { background-color: #23919E; }
a { background-color: rgb(35,145,158); }
div.DivClassName
{
background-color: #23919E;
}
.BgClassName
{
background-color: #23919E;
}
</style>
border-color css
<style>
span { border-color: #23919E; }
span { border-color: rgb(35,145,158); }
td.TdClassName
{
border-color: #23919E;
}
.TagClassName
{
border-color: #23919E;
}
</style>