Shades of Java #25939E
Tints of Java #25939E
RGB
CMYK
RGB Variations
Color information
#25939E (or 0x25939E) is known color: Java. HEX triplet: 25, 93 and 9E. RGB value is (37,147,158). Sum of RGB (Red+Green+Blue) = 37+147+158=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #25939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25939E is #DA6C61. Grayscale: #737373. Windows color (decimal): -14314594 or 10392357. OLE color: 10392357.
HSL color Cylindrical-coordinate representation of color #25939E: hue angle of 185.45º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25939E is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 147 | 158 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.38 |
| HSL | 185.45º | 0.62% | 0.38% | - |
| HSV(B) | 185.45º | 0.77% | 0.62% | - |
| XYZ | 17.37 | 23.73 | 36.01 | - |
| YUV | 115.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 158 | 0.77 | 0.07 | 0 | 0.38 | 185.45 | 0.62 | 0.38 |
| Hex | 25 | 93 | 9E | 4D | 7 | 0 | 26 | B9 | 3E | 26 |
| Octal | 45 | 223 | 236 | 115 | 7 | 0 | 46 | 271 | 76 | 46 |
| Binary | 100101 | 10010011 | 10011110 | 1001101 | 111 | 0 | 100110 | 10111001 | 111110 | 100110 |
Color Harmonies of #25939E
Complementary color
Monochromatic Colors of #25939E
Black with #25939E
Text Example
Text Example
White with #25939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25939E; }
p { color: rgb(37,147,158); }
H1.HeaderClassName
{
color: #25939E;
}
.AnyTagClassName
{
color: #25939E;
}
</style>
background-color css
<style>
a { background-color: #25939E; }
a { background-color: rgb(37,147,158); }
div.DivClassName
{
background-color: #25939E;
}
.BgClassName
{
background-color: #25939E;
}
</style>
border-color css
<style>
span { border-color: #25939E; }
span { border-color: rgb(37,147,158); }
td.TdClassName
{
border-color: #25939E;
}
.TagClassName
{
border-color: #25939E;
}
</style>