Shades of Java #259298
Tints of Java #259298
RGB
CMYK
RGB Variations
Color information
#259298 (or 0x259298) is known color: Java. HEX triplet: 25, 92 and 98. RGB value is (37,146,152). Sum of RGB (Red+Green+Blue) = 37+146+152=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #259298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259298 is #DA6D67. Grayscale: #717171. Windows color (decimal): -14314856 or 9998885. OLE color: 9998885.
HSL color Cylindrical-coordinate representation of color #259298: hue angle of 183.13º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259298 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 146 | 152 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.40 |
| HSL | 183.13º | 0.61% | 0.37% | - |
| HSV(B) | 183.13º | 0.76% | 0.6% | - |
| XYZ | 16.71 | 23.22 | 33.31 | - |
| YUV | 114.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 152 | 0.76 | 0.04 | 0 | 0.40 | 183.13 | 0.61 | 0.37 |
| Hex | 25 | 92 | 98 | 4C | 4 | 0 | 28 | B7 | 3D | 25 |
| Octal | 45 | 222 | 230 | 114 | 4 | 0 | 50 | 267 | 75 | 45 |
| Binary | 100101 | 10010010 | 10011000 | 1001100 | 100 | 0 | 101000 | 10110111 | 111101 | 100101 |
Color Harmonies of #259298
Complementary color
Monochromatic Colors of #259298
Black with #259298
Text Example
Text Example
White with #259298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259298; }
p { color: rgb(37,146,152); }
H1.HeaderClassName
{
color: #259298;
}
.AnyTagClassName
{
color: #259298;
}
</style>
background-color css
<style>
a { background-color: #259298; }
a { background-color: rgb(37,146,152); }
div.DivClassName
{
background-color: #259298;
}
.BgClassName
{
background-color: #259298;
}
</style>
border-color css
<style>
span { border-color: #259298; }
span { border-color: rgb(37,146,152); }
td.TdClassName
{
border-color: #259298;
}
.TagClassName
{
border-color: #259298;
}
</style>