Shades of Java #23969E
Tints of Java #23969E
RGB
CMYK
RGB Variations
Color information
#23969E (or 0x23969E) is known color: Java. HEX triplet: 23, 96 and 9E. RGB value is (35,150,158). Sum of RGB (Red+Green+Blue) = 35+150+158=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #23969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23969E is #DC6961. Grayscale: #747474. Windows color (decimal): -14444898 or 10393123. OLE color: 10393123.
HSL color Cylindrical-coordinate representation of color #23969E: hue angle of 183.9º 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 #23969E is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 150 | 158 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.38 |
| HSL | 183.9º | 0.64% | 0.38% | - |
| HSV(B) | 183.9º | 0.78% | 0.62% | - |
| XYZ | 17.77 | 24.64 | 36.17 | - |
| YUV | 116.53 | 151.4 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 150 | 158 | 0.78 | 0.05 | 0 | 0.38 | 183.9 | 0.64 | 0.38 |
| Hex | 23 | 96 | 9E | 4E | 5 | 0 | 26 | B8 | 40 | 26 |
| Octal | 43 | 226 | 236 | 116 | 5 | 0 | 46 | 270 | 100 | 46 |
| Binary | 100011 | 10010110 | 10011110 | 1001110 | 101 | 0 | 100110 | 10111000 | 1000000 | 100110 |
Color Harmonies of #23969E
Complementary color
Monochromatic Colors of #23969E
Black with #23969E
Text Example
Text Example
White with #23969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23969E; }
p { color: rgb(35,150,158); }
H1.HeaderClassName
{
color: #23969E;
}
.AnyTagClassName
{
color: #23969E;
}
</style>
background-color css
<style>
a { background-color: #23969E; }
a { background-color: rgb(35,150,158); }
div.DivClassName
{
background-color: #23969E;
}
.BgClassName
{
background-color: #23969E;
}
</style>
border-color css
<style>
span { border-color: #23969E; }
span { border-color: rgb(35,150,158); }
td.TdClassName
{
border-color: #23969E;
}
.TagClassName
{
border-color: #23969E;
}
</style>