Shades of Java #23999A
Tints of Java #23999A
RGB
CMYK
RGB Variations
Color information
#23999A (or 0x23999A) is known color: Java. HEX triplet: 23, 99 and 9A. RGB value is (35,153,154). Sum of RGB (Red+Green+Blue) = 35+153+154=342 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.23% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #23999A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23999A is #DC6665. Grayscale: #757575. Windows color (decimal): -14444134 or 10131747. OLE color: 10131747.
HSL color Cylindrical-coordinate representation of color #23999A: hue angle of 180.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23999A is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 153 | 154 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.40 |
| HSL | 180.5º | 0.63% | 0.37% | - |
| HSV(B) | 180.5º | 0.77% | 0.6% | - |
| XYZ | 17.92 | 25.47 | 34.54 | - |
| YUV | 117.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 153 | 154 | 0.77 | 0.01 | 0 | 0.40 | 180.5 | 0.63 | 0.37 |
| Hex | 23 | 99 | 9A | 4D | 1 | 0 | 28 | B5 | 3F | 25 |
| Octal | 43 | 231 | 232 | 115 | 1 | 0 | 50 | 265 | 77 | 45 |
| Binary | 100011 | 10011001 | 10011010 | 1001101 | 1 | 0 | 101000 | 10110101 | 111111 | 100101 |
Color Harmonies of #23999A
Complementary color
Monochromatic Colors of #23999A
Black with #23999A
Text Example
Text Example
White with #23999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23999A; }
p { color: rgb(35,153,154); }
H1.HeaderClassName
{
color: #23999A;
}
.AnyTagClassName
{
color: #23999A;
}
</style>
background-color css
<style>
a { background-color: #23999A; }
a { background-color: rgb(35,153,154); }
div.DivClassName
{
background-color: #23999A;
}
.BgClassName
{
background-color: #23999A;
}
</style>
border-color css
<style>
span { border-color: #23999A; }
span { border-color: rgb(35,153,154); }
td.TdClassName
{
border-color: #23999A;
}
.TagClassName
{
border-color: #23999A;
}
</style>