Shades of Java #23959C
Tints of Java #23959C
RGB
CMYK
RGB Variations
Color information
#23959C (or 0x23959C) is known color: Java. HEX triplet: 23, 95 and 9C. RGB value is (35,149,156). Sum of RGB (Red+Green+Blue) = 35+149+156=340 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.29% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #23959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23959C is #DC6A63. Grayscale: #737373. Windows color (decimal): -14445156 or 10261795. OLE color: 10261795.
HSL color Cylindrical-coordinate representation of color #23959C: hue angle of 183.47º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23959C is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 149 | 156 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.39 |
| HSL | 183.47º | 0.63% | 0.37% | - |
| HSV(B) | 183.47º | 0.78% | 0.61% | - |
| XYZ | 17.44 | 24.25 | 35.21 | - |
| YUV | 115.71 | 150.73 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 156 | 0.78 | 0.04 | 0 | 0.39 | 183.47 | 0.63 | 0.37 |
| Hex | 23 | 95 | 9C | 4E | 4 | 0 | 27 | B7 | 3F | 25 |
| Octal | 43 | 225 | 234 | 116 | 4 | 0 | 47 | 267 | 77 | 45 |
| Binary | 100011 | 10010101 | 10011100 | 1001110 | 100 | 0 | 100111 | 10110111 | 111111 | 100101 |
Color Harmonies of #23959C
Complementary color
Monochromatic Colors of #23959C
Black with #23959C
Text Example
Text Example
White with #23959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23959C; }
p { color: rgb(35,149,156); }
H1.HeaderClassName
{
color: #23959C;
}
.AnyTagClassName
{
color: #23959C;
}
</style>
background-color css
<style>
a { background-color: #23959C; }
a { background-color: rgb(35,149,156); }
div.DivClassName
{
background-color: #23959C;
}
.BgClassName
{
background-color: #23959C;
}
</style>
border-color css
<style>
span { border-color: #23959C; }
span { border-color: rgb(35,149,156); }
td.TdClassName
{
border-color: #23959C;
}
.TagClassName
{
border-color: #23959C;
}
</style>