Shades of Java #259295
Tints of Java #259295
RGB
CMYK
RGB Variations
Color information
#259295 (or 0x259295) is known color: Java. HEX triplet: 25, 92 and 95. RGB value is (37,146,149). Sum of RGB (Red+Green+Blue) = 37+146+149=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #259295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259295 is #DA6D6A. Grayscale: #717171. Windows color (decimal): -14314859 or 9802277. OLE color: 9802277.
HSL color Cylindrical-coordinate representation of color #259295: hue angle of 181.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259295 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 146 | 149 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.42 |
| HSL | 181.61º | 0.6% | 0.36% | - |
| HSV(B) | 181.61º | 0.75% | 0.58% | - |
| XYZ | 16.47 | 23.12 | 32.03 | - |
| YUV | 113.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 149 | 0.75 | 0.02 | 0 | 0.42 | 181.61 | 0.6 | 0.36 |
| Hex | 25 | 92 | 95 | 4B | 2 | 0 | 2A | B6 | 3C | 24 |
| Octal | 45 | 222 | 225 | 113 | 2 | 0 | 52 | 266 | 74 | 44 |
| Binary | 100101 | 10010010 | 10010101 | 1001011 | 10 | 0 | 101010 | 10110110 | 111100 | 100100 |
Color Harmonies of #259295
Complementary color
Monochromatic Colors of #259295
Black with #259295
Text Example
Text Example
White with #259295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259295; }
p { color: rgb(37,146,149); }
H1.HeaderClassName
{
color: #259295;
}
.AnyTagClassName
{
color: #259295;
}
</style>
background-color css
<style>
a { background-color: #259295; }
a { background-color: rgb(37,146,149); }
div.DivClassName
{
background-color: #259295;
}
.BgClassName
{
background-color: #259295;
}
</style>
border-color css
<style>
span { border-color: #259295; }
span { border-color: rgb(37,146,149); }
td.TdClassName
{
border-color: #259295;
}
.TagClassName
{
border-color: #259295;
}
</style>