Shades of Java #23909A
Tints of Java #23909A
RGB
CMYK
RGB Variations
Color information
#23909A (or 0x23909A) is known color: Java. HEX triplet: 23, 90 and 9A. RGB value is (35,144,154). Sum of RGB (Red+Green+Blue) = 35+144+154=333 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.51% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #23909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23909A is #DC6F65. Grayscale: #707070. Windows color (decimal): -14446438 or 10129443. OLE color: 10129443.
HSL color Cylindrical-coordinate representation of color #23909A: hue angle of 185.04º 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 #23909A is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 144 | 154 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.40 |
| HSL | 185.04º | 0.63% | 0.37% | - |
| HSV(B) | 185.04º | 0.77% | 0.6% | - |
| XYZ | 16.5 | 22.64 | 34.07 | - |
| YUV | 112.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 154 | 0.77 | 0.06 | 0 | 0.40 | 185.04 | 0.63 | 0.37 |
| Hex | 23 | 90 | 9A | 4D | 6 | 0 | 28 | B9 | 3F | 25 |
| Octal | 43 | 220 | 232 | 115 | 6 | 0 | 50 | 271 | 77 | 45 |
| Binary | 100011 | 10010000 | 10011010 | 1001101 | 110 | 0 | 101000 | 10111001 | 111111 | 100101 |
Color Harmonies of #23909A
Complementary color
Monochromatic Colors of #23909A
Black with #23909A
Text Example
Text Example
White with #23909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23909A; }
p { color: rgb(35,144,154); }
H1.HeaderClassName
{
color: #23909A;
}
.AnyTagClassName
{
color: #23909A;
}
</style>
background-color css
<style>
a { background-color: #23909A; }
a { background-color: rgb(35,144,154); }
div.DivClassName
{
background-color: #23909A;
}
.BgClassName
{
background-color: #23909A;
}
</style>
border-color css
<style>
span { border-color: #23909A; }
span { border-color: rgb(35,144,154); }
td.TdClassName
{
border-color: #23909A;
}
.TagClassName
{
border-color: #23909A;
}
</style>