Shades of Java #259490
Tints of Java #259490
RGB
CMYK
RGB Variations
Color information
#259490 (or 0x259490) is known color: Java. HEX triplet: 25, 94 and 90. RGB value is (37,148,144). Sum of RGB (Red+Green+Blue) = 37+148+144=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #259490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259490 is #DA6B6F. Grayscale: #727272. Windows color (decimal): -14314352 or 9475109. OLE color: 9475109.
HSL color Cylindrical-coordinate representation of color #259490: hue angle of 177.84º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259490 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 144 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.42 |
| HSL | 177.84º | 0.6% | 0.36% | - |
| HSV(B) | 177.84º | 0.75% | 0.58% | - |
| XYZ | 16.39 | 23.59 | 30.07 | - |
| YUV | 114.36 | 144.73 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 144 | 0.75 | 0 | 0.03 | 0.42 | 177.84 | 0.6 | 0.36 |
| Hex | 25 | 94 | 90 | 4B | 0 | 3 | 2A | B2 | 3C | 24 |
| Octal | 45 | 224 | 220 | 113 | 0 | 3 | 52 | 262 | 74 | 44 |
| Binary | 100101 | 10010100 | 10010000 | 1001011 | 0 | 11 | 101010 | 10110010 | 111100 | 100100 |
Color Harmonies of #259490
Complementary color
Monochromatic Colors of #259490
Black with #259490
Text Example
Text Example
White with #259490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259490; }
p { color: rgb(37,148,144); }
H1.HeaderClassName
{
color: #259490;
}
.AnyTagClassName
{
color: #259490;
}
</style>
background-color css
<style>
a { background-color: #259490; }
a { background-color: rgb(37,148,144); }
div.DivClassName
{
background-color: #259490;
}
.BgClassName
{
background-color: #259490;
}
</style>
border-color css
<style>
span { border-color: #259490; }
span { border-color: rgb(37,148,144); }
td.TdClassName
{
border-color: #259490;
}
.TagClassName
{
border-color: #259490;
}
</style>