Shades of Java #25858E
Tints of Java #25858E
RGB
CMYK
RGB Variations
Color information
#25858E (or 0x25858E) is known color: Java. HEX triplet: 25, 85 and 8E. RGB value is (37,133,142). Sum of RGB (Red+Green+Blue) = 37+133+142=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #25858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25858E is #DA7A71. Grayscale: #696969. Windows color (decimal): -14318194 or 9340197. OLE color: 9340197.
HSL color Cylindrical-coordinate representation of color #25858E: hue angle of 185.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25858E is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 133 | 142 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.44 |
| HSL | 185.14º | 0.59% | 0.35% | - |
| HSV(B) | 185.14º | 0.74% | 0.56% | - |
| XYZ | 14.03 | 19.12 | 28.54 | - |
| YUV | 105.32 | 148.7 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 142 | 0.74 | 0.06 | 0 | 0.44 | 185.14 | 0.59 | 0.35 |
| Hex | 25 | 85 | 8E | 4A | 6 | 0 | 2C | B9 | 3B | 23 |
| Octal | 45 | 205 | 216 | 112 | 6 | 0 | 54 | 271 | 73 | 43 |
| Binary | 100101 | 10000101 | 10001110 | 1001010 | 110 | 0 | 101100 | 10111001 | 111011 | 100011 |
Color Harmonies of #25858E
Complementary color
Monochromatic Colors of #25858E
Black with #25858E
Text Example
Text Example
White with #25858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25858E; }
p { color: rgb(37,133,142); }
H1.HeaderClassName
{
color: #25858E;
}
.AnyTagClassName
{
color: #25858E;
}
</style>
background-color css
<style>
a { background-color: #25858E; }
a { background-color: rgb(37,133,142); }
div.DivClassName
{
background-color: #25858E;
}
.BgClassName
{
background-color: #25858E;
}
</style>
border-color css
<style>
span { border-color: #25858E; }
span { border-color: rgb(37,133,142); }
td.TdClassName
{
border-color: #25858E;
}
.TagClassName
{
border-color: #25858E;
}
</style>