Shades of Java #25888D
Tints of Java #25888D
RGB
CMYK
RGB Variations
Color information
#25888D (or 0x25888D) is known color: Java. HEX triplet: 25, 88 and 8D. RGB value is (37,136,141). Sum of RGB (Red+Green+Blue) = 37+136+141=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #25888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25888D is #DA7772. Grayscale: #6A6A6A. Windows color (decimal): -14317427 or 9275429. OLE color: 9275429.
HSL color Cylindrical-coordinate representation of color #25888D: hue angle of 182.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25888D is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 136 | 141 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.45 |
| HSL | 182.88º | 0.58% | 0.35% | - |
| HSV(B) | 182.88º | 0.74% | 0.55% | - |
| XYZ | 14.37 | 19.92 | 28.29 | - |
| YUV | 106.97 | 147.2 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 136 | 141 | 0.74 | 0.04 | 0 | 0.45 | 182.88 | 0.58 | 0.35 |
| Hex | 25 | 88 | 8D | 4A | 4 | 0 | 2D | B7 | 3A | 23 |
| Octal | 45 | 210 | 215 | 112 | 4 | 0 | 55 | 267 | 72 | 43 |
| Binary | 100101 | 10001000 | 10001101 | 1001010 | 100 | 0 | 101101 | 10110111 | 111010 | 100011 |
Color Harmonies of #25888D
Complementary color
Monochromatic Colors of #25888D
Black with #25888D
Text Example
Text Example
White with #25888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25888D; }
p { color: rgb(37,136,141); }
H1.HeaderClassName
{
color: #25888D;
}
.AnyTagClassName
{
color: #25888D;
}
</style>
background-color css
<style>
a { background-color: #25888D; }
a { background-color: rgb(37,136,141); }
div.DivClassName
{
background-color: #25888D;
}
.BgClassName
{
background-color: #25888D;
}
</style>
border-color css
<style>
span { border-color: #25888D; }
span { border-color: rgb(37,136,141); }
td.TdClassName
{
border-color: #25888D;
}
.TagClassName
{
border-color: #25888D;
}
</style>