Shades of Java #259285
Tints of Java #259285
RGB
CMYK
RGB Variations
Color information
#259285 (or 0x259285) is known color: Java. HEX triplet: 25, 92 and 85. RGB value is (37,146,133). Sum of RGB (Red+Green+Blue) = 37+146+133=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #259285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259285 is #DA6D7A. Grayscale: #6F6F6F. Windows color (decimal): -14314875 or 8753701. OLE color: 8753701.
HSL color Cylindrical-coordinate representation of color #259285: hue angle of 172.84º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259285 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 146 | 133 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.43 |
| HSL | 172.84º | 0.6% | 0.36% | - |
| HSV(B) | 172.84º | 0.75% | 0.57% | - |
| XYZ | 15.28 | 22.64 | 25.76 | - |
| YUV | 111.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 133 | 0.75 | 0 | 0.09 | 0.43 | 172.84 | 0.6 | 0.36 |
| Hex | 25 | 92 | 85 | 4B | 0 | 9 | 2B | AD | 3C | 24 |
| Octal | 45 | 222 | 205 | 113 | 0 | 11 | 53 | 255 | 74 | 44 |
| Binary | 100101 | 10010010 | 10000101 | 1001011 | 0 | 1001 | 101011 | 10101101 | 111100 | 100100 |
Color Harmonies of #259285
Complementary color
Monochromatic Colors of #259285
Black with #259285
Text Example
Text Example
White with #259285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259285; }
p { color: rgb(37,146,133); }
H1.HeaderClassName
{
color: #259285;
}
.AnyTagClassName
{
color: #259285;
}
</style>
background-color css
<style>
a { background-color: #259285; }
a { background-color: rgb(37,146,133); }
div.DivClassName
{
background-color: #259285;
}
.BgClassName
{
background-color: #259285;
}
</style>
border-color css
<style>
span { border-color: #259285; }
span { border-color: rgb(37,146,133); }
td.TdClassName
{
border-color: #259285;
}
.TagClassName
{
border-color: #259285;
}
</style>