Shades of Java #259794
Tints of Java #259794
RGB
CMYK
RGB Variations
Color information
#259794 (or 0x259794) is known color: Java. HEX triplet: 25, 97 and 94. RGB value is (37,151,148). Sum of RGB (Red+Green+Blue) = 37+151+148=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #259794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259794 is #DA686B. Grayscale: #747474. Windows color (decimal): -14313580 or 9738021. OLE color: 9738021.
HSL color Cylindrical-coordinate representation of color #259794: hue angle of 178.42º degrees, saturation: 0.61, 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 #259794 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 151 | 148 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.41 |
| HSL | 178.42º | 0.61% | 0.37% | - |
| HSV(B) | 178.42º | 0.75% | 0.59% | - |
| XYZ | 17.17 | 24.66 | 31.87 | - |
| YUV | 116.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 148 | 0.75 | 0 | 0.02 | 0.41 | 178.42 | 0.61 | 0.37 |
| Hex | 25 | 97 | 94 | 4B | 0 | 2 | 29 | B2 | 3D | 25 |
| Octal | 45 | 227 | 224 | 113 | 0 | 2 | 51 | 262 | 75 | 45 |
| Binary | 100101 | 10010111 | 10010100 | 1001011 | 0 | 10 | 101001 | 10110010 | 111101 | 100101 |
Color Harmonies of #259794
Complementary color
Monochromatic Colors of #259794
Black with #259794
Text Example
Text Example
White with #259794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259794; }
p { color: rgb(37,151,148); }
H1.HeaderClassName
{
color: #259794;
}
.AnyTagClassName
{
color: #259794;
}
</style>
background-color css
<style>
a { background-color: #259794; }
a { background-color: rgb(37,151,148); }
div.DivClassName
{
background-color: #259794;
}
.BgClassName
{
background-color: #259794;
}
</style>
border-color css
<style>
span { border-color: #259794; }
span { border-color: rgb(37,151,148); }
td.TdClassName
{
border-color: #259794;
}
.TagClassName
{
border-color: #259794;
}
</style>