Shades of Java #23929B
Tints of Java #23929B
RGB
CMYK
RGB Variations
Color information
#23929B (or 0x23929B) is known color: Java. HEX triplet: 23, 92 and 9B. RGB value is (35,146,155). Sum of RGB (Red+Green+Blue) = 35+146+155=336 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.42% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #23929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23929B is #DC6D64. Grayscale: #717171. Windows color (decimal): -14445925 or 10195491. OLE color: 10195491.
HSL color Cylindrical-coordinate representation of color #23929B: hue angle of 184.5º 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 #23929B is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 146 | 155 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.39 |
| HSL | 184.5º | 0.63% | 0.37% | - |
| HSV(B) | 184.5º | 0.77% | 0.61% | - |
| XYZ | 16.89 | 23.28 | 34.61 | - |
| YUV | 113.84 | 151.23 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 155 | 0.77 | 0.06 | 0 | 0.39 | 184.5 | 0.63 | 0.37 |
| Hex | 23 | 92 | 9B | 4D | 6 | 0 | 27 | B8 | 3F | 25 |
| Octal | 43 | 222 | 233 | 115 | 6 | 0 | 47 | 270 | 77 | 45 |
| Binary | 100011 | 10010010 | 10011011 | 1001101 | 110 | 0 | 100111 | 10111000 | 111111 | 100101 |
Color Harmonies of #23929B
Complementary color
Monochromatic Colors of #23929B
Black with #23929B
Text Example
Text Example
White with #23929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23929B; }
p { color: rgb(35,146,155); }
H1.HeaderClassName
{
color: #23929B;
}
.AnyTagClassName
{
color: #23929B;
}
</style>
background-color css
<style>
a { background-color: #23929B; }
a { background-color: rgb(35,146,155); }
div.DivClassName
{
background-color: #23929B;
}
.BgClassName
{
background-color: #23929B;
}
</style>
border-color css
<style>
span { border-color: #23929B; }
span { border-color: rgb(35,146,155); }
td.TdClassName
{
border-color: #23929B;
}
.TagClassName
{
border-color: #23929B;
}
</style>