Shades of Java #23999C
Tints of Java #23999C
RGB
CMYK
RGB Variations
Color information
#23999C (or 0x23999C) is known color: Java. HEX triplet: 23, 99 and 9C. RGB value is (35,153,156). Sum of RGB (Red+Green+Blue) = 35+153+156=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #23999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23999C is #DC6663. Grayscale: #757575. Windows color (decimal): -14444132 or 10262819. OLE color: 10262819.
HSL color Cylindrical-coordinate representation of color #23999C: hue angle of 181.49º 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 #23999C is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 153 | 156 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.39 |
| HSL | 181.49º | 0.63% | 0.37% | - |
| HSV(B) | 181.49º | 0.78% | 0.61% | - |
| XYZ | 18.09 | 25.54 | 35.43 | - |
| YUV | 118.06 | 149.41 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 153 | 156 | 0.78 | 0.02 | 0 | 0.39 | 181.49 | 0.63 | 0.37 |
| Hex | 23 | 99 | 9C | 4E | 2 | 0 | 27 | B5 | 3F | 25 |
| Octal | 43 | 231 | 234 | 116 | 2 | 0 | 47 | 265 | 77 | 45 |
| Binary | 100011 | 10011001 | 10011100 | 1001110 | 10 | 0 | 100111 | 10110101 | 111111 | 100101 |
Color Harmonies of #23999C
Complementary color
Monochromatic Colors of #23999C
Black with #23999C
Text Example
Text Example
White with #23999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23999C; }
p { color: rgb(35,153,156); }
H1.HeaderClassName
{
color: #23999C;
}
.AnyTagClassName
{
color: #23999C;
}
</style>
background-color css
<style>
a { background-color: #23999C; }
a { background-color: rgb(35,153,156); }
div.DivClassName
{
background-color: #23999C;
}
.BgClassName
{
background-color: #23999C;
}
</style>
border-color css
<style>
span { border-color: #23999C; }
span { border-color: rgb(35,153,156); }
td.TdClassName
{
border-color: #23999C;
}
.TagClassName
{
border-color: #23999C;
}
</style>