Shades of Java #23909C
Tints of Java #23909C
RGB
CMYK
RGB Variations
Color information
#23909C (or 0x23909C) is known color: Java. HEX triplet: 23, 90 and 9C. RGB value is (35,144,156). Sum of RGB (Red+Green+Blue) = 35+144+156=335 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.45% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #23909C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23909C is #DC6F63. Grayscale: #707070. Windows color (decimal): -14446436 or 10260515. OLE color: 10260515.
HSL color Cylindrical-coordinate representation of color #23909C: hue angle of 185.95º 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 #23909C is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 144 | 156 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.39 |
| HSL | 185.95º | 0.63% | 0.37% | - |
| HSV(B) | 185.95º | 0.78% | 0.61% | - |
| XYZ | 16.67 | 22.7 | 34.96 | - |
| YUV | 112.78 | 152.39 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 156 | 0.78 | 0.08 | 0 | 0.39 | 185.95 | 0.63 | 0.37 |
| Hex | 23 | 90 | 9C | 4E | 8 | 0 | 27 | BA | 3F | 25 |
| Octal | 43 | 220 | 234 | 116 | 10 | 0 | 47 | 272 | 77 | 45 |
| Binary | 100011 | 10010000 | 10011100 | 1001110 | 1000 | 0 | 100111 | 10111010 | 111111 | 100101 |
Color Harmonies of #23909C
Complementary color
Monochromatic Colors of #23909C
Black with #23909C
Text Example
Text Example
White with #23909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23909C; }
p { color: rgb(35,144,156); }
H1.HeaderClassName
{
color: #23909C;
}
.AnyTagClassName
{
color: #23909C;
}
</style>
background-color css
<style>
a { background-color: #23909C; }
a { background-color: rgb(35,144,156); }
div.DivClassName
{
background-color: #23909C;
}
.BgClassName
{
background-color: #23909C;
}
</style>
border-color css
<style>
span { border-color: #23909C; }
span { border-color: rgb(35,144,156); }
td.TdClassName
{
border-color: #23909C;
}
.TagClassName
{
border-color: #23909C;
}
</style>