Shades of Java #259698
Tints of Java #259698
RGB
CMYK
RGB Variations
Color information
#259698 (or 0x259698) is known color: Java. HEX triplet: 25, 96 and 98. RGB value is (37,150,152). Sum of RGB (Red+Green+Blue) = 37+150+152=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #259698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259698 is #DA6967. Grayscale: #747474. Windows color (decimal): -14313832 or 9999909. OLE color: 9999909.
HSL color Cylindrical-coordinate representation of color #259698: hue angle of 181.04º 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 #259698 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 150 | 152 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.40 |
| HSL | 181.04º | 0.61% | 0.37% | - |
| HSV(B) | 181.04º | 0.76% | 0.6% | - |
| XYZ | 17.34 | 24.47 | 33.52 | - |
| YUV | 116.44 | 148.06 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 152 | 0.76 | 0.01 | 0 | 0.40 | 181.04 | 0.61 | 0.37 |
| Hex | 25 | 96 | 98 | 4C | 1 | 0 | 28 | B5 | 3D | 25 |
| Octal | 45 | 226 | 230 | 114 | 1 | 0 | 50 | 265 | 75 | 45 |
| Binary | 100101 | 10010110 | 10011000 | 1001100 | 1 | 0 | 101000 | 10110101 | 111101 | 100101 |
Color Harmonies of #259698
Complementary color
Monochromatic Colors of #259698
Black with #259698
Text Example
Text Example
White with #259698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259698; }
p { color: rgb(37,150,152); }
H1.HeaderClassName
{
color: #259698;
}
.AnyTagClassName
{
color: #259698;
}
</style>
background-color css
<style>
a { background-color: #259698; }
a { background-color: rgb(37,150,152); }
div.DivClassName
{
background-color: #259698;
}
.BgClassName
{
background-color: #259698;
}
</style>
border-color css
<style>
span { border-color: #259698; }
span { border-color: rgb(37,150,152); }
td.TdClassName
{
border-color: #259698;
}
.TagClassName
{
border-color: #259698;
}
</style>