Shades of Java #23959B
Tints of Java #23959B
RGB
CMYK
RGB Variations
Color information
#23959B (or 0x23959B) is known color: Java. HEX triplet: 23, 95 and 9B. RGB value is (35,149,155). Sum of RGB (Red+Green+Blue) = 35+149+155=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #23959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23959B is #DC6A64. Grayscale: #737373. Windows color (decimal): -14445157 or 10196259. OLE color: 10196259.
HSL color Cylindrical-coordinate representation of color #23959B: hue angle of 183º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23959B is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 149 | 155 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.39 |
| HSL | 183º | 0.63% | 0.37% | - |
| HSV(B) | 183º | 0.77% | 0.61% | - |
| XYZ | 17.36 | 24.22 | 34.77 | - |
| YUV | 115.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 155 | 0.77 | 0.04 | 0 | 0.39 | 183 | 0.63 | 0.37 |
| Hex | 23 | 95 | 9B | 4D | 4 | 0 | 27 | B7 | 3F | 25 |
| Octal | 43 | 225 | 233 | 115 | 4 | 0 | 47 | 267 | 77 | 45 |
| Binary | 100011 | 10010101 | 10011011 | 1001101 | 100 | 0 | 100111 | 10110111 | 111111 | 100101 |
Color Harmonies of #23959B
Complementary color
Monochromatic Colors of #23959B
Black with #23959B
Text Example
Text Example
White with #23959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23959B; }
p { color: rgb(35,149,155); }
H1.HeaderClassName
{
color: #23959B;
}
.AnyTagClassName
{
color: #23959B;
}
</style>
background-color css
<style>
a { background-color: #23959B; }
a { background-color: rgb(35,149,155); }
div.DivClassName
{
background-color: #23959B;
}
.BgClassName
{
background-color: #23959B;
}
</style>
border-color css
<style>
span { border-color: #23959B; }
span { border-color: rgb(35,149,155); }
td.TdClassName
{
border-color: #23959B;
}
.TagClassName
{
border-color: #23959B;
}
</style>