Shades of Java #23999B
Tints of Java #23999B
RGB
CMYK
RGB Variations
Color information
#23999B (or 0x23999B) is known color: Java. HEX triplet: 23, 99 and 9B. RGB value is (35,153,155). Sum of RGB (Red+Green+Blue) = 35+153+155=343 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.20% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #23999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23999B is #DC6664. Grayscale: #757575. Windows color (decimal): -14444133 or 10197283. OLE color: 10197283.
HSL color Cylindrical-coordinate representation of color #23999B: hue angle of 181º 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 #23999B is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 153 | 155 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.39 |
| HSL | 181º | 0.63% | 0.37% | - |
| HSV(B) | 181º | 0.77% | 0.61% | - |
| XYZ | 18 | 25.51 | 34.98 | - |
| YUV | 117.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 153 | 155 | 0.77 | 0.01 | 0 | 0.39 | 181 | 0.63 | 0.37 |
| Hex | 23 | 99 | 9B | 4D | 1 | 0 | 27 | B5 | 3F | 25 |
| Octal | 43 | 231 | 233 | 115 | 1 | 0 | 47 | 265 | 77 | 45 |
| Binary | 100011 | 10011001 | 10011011 | 1001101 | 1 | 0 | 100111 | 10110101 | 111111 | 100101 |
Color Harmonies of #23999B
Complementary color
Monochromatic Colors of #23999B
Black with #23999B
Text Example
Text Example
White with #23999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23999B; }
p { color: rgb(35,153,155); }
H1.HeaderClassName
{
color: #23999B;
}
.AnyTagClassName
{
color: #23999B;
}
</style>
background-color css
<style>
a { background-color: #23999B; }
a { background-color: rgb(35,153,155); }
div.DivClassName
{
background-color: #23999B;
}
.BgClassName
{
background-color: #23999B;
}
</style>
border-color css
<style>
span { border-color: #23999B; }
span { border-color: rgb(35,153,155); }
td.TdClassName
{
border-color: #23999B;
}
.TagClassName
{
border-color: #23999B;
}
</style>