Shades of Java #259296
Tints of Java #259296
RGB
CMYK
RGB Variations
Color information
#259296 (or 0x259296) is known color: Java. HEX triplet: 25, 92 and 96. RGB value is (37,146,150). Sum of RGB (Red+Green+Blue) = 37+146+150=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #259296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259296 is #DA6D69. Grayscale: #717171. Windows color (decimal): -14314858 or 9867813. OLE color: 9867813.
HSL color Cylindrical-coordinate representation of color #259296: hue angle of 182.12º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259296 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 146 | 150 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.41 |
| HSL | 182.12º | 0.6% | 0.37% | - |
| HSV(B) | 182.12º | 0.75% | 0.59% | - |
| XYZ | 16.55 | 23.15 | 32.45 | - |
| YUV | 113.87 | 148.39 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 150 | 0.75 | 0.03 | 0 | 0.41 | 182.12 | 0.6 | 0.37 |
| Hex | 25 | 92 | 96 | 4B | 3 | 0 | 29 | B6 | 3C | 25 |
| Octal | 45 | 222 | 226 | 113 | 3 | 0 | 51 | 266 | 74 | 45 |
| Binary | 100101 | 10010010 | 10010110 | 1001011 | 11 | 0 | 101001 | 10110110 | 111100 | 100101 |
Color Harmonies of #259296
Complementary color
Monochromatic Colors of #259296
Black with #259296
Text Example
Text Example
White with #259296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259296; }
p { color: rgb(37,146,150); }
H1.HeaderClassName
{
color: #259296;
}
.AnyTagClassName
{
color: #259296;
}
</style>
background-color css
<style>
a { background-color: #259296; }
a { background-color: rgb(37,146,150); }
div.DivClassName
{
background-color: #259296;
}
.BgClassName
{
background-color: #259296;
}
</style>
border-color css
<style>
span { border-color: #259296; }
span { border-color: rgb(37,146,150); }
td.TdClassName
{
border-color: #259296;
}
.TagClassName
{
border-color: #259296;
}
</style>