Shades of Java #259894
Tints of Java #259894
RGB
CMYK
RGB Variations
Color information
#259894 (or 0x259894) is known color: Java. HEX triplet: 25, 98 and 94. RGB value is (37,152,148). Sum of RGB (Red+Green+Blue) = 37+152+148=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #259894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259894 is #DA676B. Grayscale: #757575. Windows color (decimal): -14313324 or 9738277. OLE color: 9738277.
HSL color Cylindrical-coordinate representation of color #259894: hue angle of 177.91º 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 #259894 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 148 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.40 |
| HSL | 177.91º | 0.61% | 0.37% | - |
| HSV(B) | 177.91º | 0.76% | 0.6% | - |
| XYZ | 17.34 | 24.99 | 31.93 | - |
| YUV | 117.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 148 | 0.76 | 0 | 0.03 | 0.40 | 177.91 | 0.61 | 0.37 |
| Hex | 25 | 98 | 94 | 4C | 0 | 3 | 28 | B2 | 3D | 25 |
| Octal | 45 | 230 | 224 | 114 | 0 | 3 | 50 | 262 | 75 | 45 |
| Binary | 100101 | 10011000 | 10010100 | 1001100 | 0 | 11 | 101000 | 10110010 | 111101 | 100101 |
Color Harmonies of #259894
Complementary color
Monochromatic Colors of #259894
Black with #259894
Text Example
Text Example
White with #259894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259894; }
p { color: rgb(37,152,148); }
H1.HeaderClassName
{
color: #259894;
}
.AnyTagClassName
{
color: #259894;
}
</style>
background-color css
<style>
a { background-color: #259894; }
a { background-color: rgb(37,152,148); }
div.DivClassName
{
background-color: #259894;
}
.BgClassName
{
background-color: #259894;
}
</style>
border-color css
<style>
span { border-color: #259894; }
span { border-color: rgb(37,152,148); }
td.TdClassName
{
border-color: #259894;
}
.TagClassName
{
border-color: #259894;
}
</style>