Shades of Java #258889
Tints of Java #258889
RGB
CMYK
RGB Variations
Color information
#258889 (or 0x258889) is known color: Java. HEX triplet: 25, 88 and 89. RGB value is (37,136,137). Sum of RGB (Red+Green+Blue) = 37+136+137=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #258889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258889 is #DA7776. Grayscale: #6A6A6A. Windows color (decimal): -14317431 or 9013285. OLE color: 9013285.
HSL color Cylindrical-coordinate representation of color #258889: hue angle of 180.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258889 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 136 | 137 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.46 |
| HSL | 180.6º | 0.57% | 0.34% | - |
| HSV(B) | 180.6º | 0.73% | 0.54% | - |
| XYZ | 14.08 | 19.81 | 26.75 | - |
| YUV | 106.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 136 | 137 | 0.73 | 0.01 | 0 | 0.46 | 180.6 | 0.57 | 0.34 |
| Hex | 25 | 88 | 89 | 49 | 1 | 0 | 2E | B5 | 39 | 22 |
| Octal | 45 | 210 | 211 | 111 | 1 | 0 | 56 | 265 | 71 | 42 |
| Binary | 100101 | 10001000 | 10001001 | 1001001 | 1 | 0 | 101110 | 10110101 | 111001 | 100010 |
Color Harmonies of #258889
Complementary color
Monochromatic Colors of #258889
Black with #258889
Text Example
Text Example
White with #258889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258889; }
p { color: rgb(37,136,137); }
H1.HeaderClassName
{
color: #258889;
}
.AnyTagClassName
{
color: #258889;
}
</style>
background-color css
<style>
a { background-color: #258889; }
a { background-color: rgb(37,136,137); }
div.DivClassName
{
background-color: #258889;
}
.BgClassName
{
background-color: #258889;
}
</style>
border-color css
<style>
span { border-color: #258889; }
span { border-color: rgb(37,136,137); }
td.TdClassName
{
border-color: #258889;
}
.TagClassName
{
border-color: #258889;
}
</style>