Shades of Java #25928D
Tints of Java #25928D
RGB
CMYK
RGB Variations
Color information
#25928D (or 0x25928D) is known color: Java. HEX triplet: 25, 92 and 8D. RGB value is (37,146,141). Sum of RGB (Red+Green+Blue) = 37+146+141=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #25928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25928D is #DA6D72. Grayscale: #707070. Windows color (decimal): -14314867 or 9277989. OLE color: 9277989.
HSL color Cylindrical-coordinate representation of color #25928D: hue angle of 177.25º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25928D is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 146 | 141 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.43 |
| HSL | 177.25º | 0.6% | 0.36% | - |
| HSV(B) | 177.25º | 0.75% | 0.57% | - |
| XYZ | 15.85 | 22.87 | 28.78 | - |
| YUV | 112.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 141 | 0.75 | 0 | 0.03 | 0.43 | 177.25 | 0.6 | 0.36 |
| Hex | 25 | 92 | 8D | 4B | 0 | 3 | 2B | B1 | 3C | 24 |
| Octal | 45 | 222 | 215 | 113 | 0 | 3 | 53 | 261 | 74 | 44 |
| Binary | 100101 | 10010010 | 10001101 | 1001011 | 0 | 11 | 101011 | 10110001 | 111100 | 100100 |
Color Harmonies of #25928D
Complementary color
Monochromatic Colors of #25928D
Black with #25928D
Text Example
Text Example
White with #25928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25928D; }
p { color: rgb(37,146,141); }
H1.HeaderClassName
{
color: #25928D;
}
.AnyTagClassName
{
color: #25928D;
}
</style>
background-color css
<style>
a { background-color: #25928D; }
a { background-color: rgb(37,146,141); }
div.DivClassName
{
background-color: #25928D;
}
.BgClassName
{
background-color: #25928D;
}
</style>
border-color css
<style>
span { border-color: #25928D; }
span { border-color: rgb(37,146,141); }
td.TdClassName
{
border-color: #25928D;
}
.TagClassName
{
border-color: #25928D;
}
</style>