Shades of Java #25949E
Tints of Java #25949E
RGB
CMYK
RGB Variations
Color information
#25949E (or 0x25949E) is known color: Java. HEX triplet: 25, 94 and 9E. RGB value is (37,148,158). Sum of RGB (Red+Green+Blue) = 37+148+158=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #25949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25949E is #DA6B61. Grayscale: #737373. Windows color (decimal): -14314338 or 10392613. OLE color: 10392613.
HSL color Cylindrical-coordinate representation of color #25949E: hue angle of 184.96º 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 #25949E is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 148 | 158 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.38 |
| HSL | 184.96º | 0.62% | 0.38% | - |
| HSV(B) | 184.96º | 0.77% | 0.62% | - |
| XYZ | 17.52 | 24.04 | 36.06 | - |
| YUV | 115.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 158 | 0.77 | 0.06 | 0 | 0.38 | 184.96 | 0.62 | 0.38 |
| Hex | 25 | 94 | 9E | 4D | 6 | 0 | 26 | B9 | 3E | 26 |
| Octal | 45 | 224 | 236 | 115 | 6 | 0 | 46 | 271 | 76 | 46 |
| Binary | 100101 | 10010100 | 10011110 | 1001101 | 110 | 0 | 100110 | 10111001 | 111110 | 100110 |
Color Harmonies of #25949E
Complementary color
Monochromatic Colors of #25949E
Black with #25949E
Text Example
Text Example
White with #25949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25949E; }
p { color: rgb(37,148,158); }
H1.HeaderClassName
{
color: #25949E;
}
.AnyTagClassName
{
color: #25949E;
}
</style>
background-color css
<style>
a { background-color: #25949E; }
a { background-color: rgb(37,148,158); }
div.DivClassName
{
background-color: #25949E;
}
.BgClassName
{
background-color: #25949E;
}
</style>
border-color css
<style>
span { border-color: #25949E; }
span { border-color: rgb(37,148,158); }
td.TdClassName
{
border-color: #25949E;
}
.TagClassName
{
border-color: #25949E;
}
</style>