Shades of Java #259395
Tints of Java #259395
RGB
CMYK
RGB Variations
Color information
#259395 (or 0x259395) is known color: Java. HEX triplet: 25, 93 and 95. RGB value is (37,147,149). Sum of RGB (Red+Green+Blue) = 37+147+149=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #259395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259395 is #DA6C6A. Grayscale: #727272. Windows color (decimal): -14314603 or 9802533. OLE color: 9802533.
HSL color Cylindrical-coordinate representation of color #259395: hue angle of 181.07º 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 #259395 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 147 | 149 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.42 |
| HSL | 181.07º | 0.6% | 0.36% | - |
| HSV(B) | 181.07º | 0.75% | 0.58% | - |
| XYZ | 16.62 | 23.43 | 32.08 | - |
| YUV | 114.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 149 | 0.75 | 0.01 | 0 | 0.42 | 181.07 | 0.6 | 0.36 |
| Hex | 25 | 93 | 95 | 4B | 1 | 0 | 2A | B5 | 3C | 24 |
| Octal | 45 | 223 | 225 | 113 | 1 | 0 | 52 | 265 | 74 | 44 |
| Binary | 100101 | 10010011 | 10010101 | 1001011 | 1 | 0 | 101010 | 10110101 | 111100 | 100100 |
Color Harmonies of #259395
Complementary color
Monochromatic Colors of #259395
Black with #259395
Text Example
Text Example
White with #259395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259395; }
p { color: rgb(37,147,149); }
H1.HeaderClassName
{
color: #259395;
}
.AnyTagClassName
{
color: #259395;
}
</style>
background-color css
<style>
a { background-color: #259395; }
a { background-color: rgb(37,147,149); }
div.DivClassName
{
background-color: #259395;
}
.BgClassName
{
background-color: #259395;
}
</style>
border-color css
<style>
span { border-color: #259395; }
span { border-color: rgb(37,147,149); }
td.TdClassName
{
border-color: #259395;
}
.TagClassName
{
border-color: #259395;
}
</style>