Shades of Java #25929D
Tints of Java #25929D
RGB
CMYK
RGB Variations
Color information
#25929D (or 0x25929D) is known color: Java. HEX triplet: 25, 92 and 9D. RGB value is (37,146,157). Sum of RGB (Red+Green+Blue) = 37+146+157=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #25929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25929D is #DA6D62. Grayscale: #727272. Windows color (decimal): -14314851 or 10326565. OLE color: 10326565.
HSL color Cylindrical-coordinate representation of color #25929D: hue angle of 185.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25929D is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 146 | 157 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.38 |
| HSL | 185.5º | 0.62% | 0.38% | - |
| HSV(B) | 185.5º | 0.76% | 0.62% | - |
| XYZ | 17.13 | 23.39 | 35.51 | - |
| YUV | 114.66 | 151.89 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 157 | 0.76 | 0.07 | 0 | 0.38 | 185.5 | 0.62 | 0.38 |
| Hex | 25 | 92 | 9D | 4C | 7 | 0 | 26 | BA | 3E | 26 |
| Octal | 45 | 222 | 235 | 114 | 7 | 0 | 46 | 272 | 76 | 46 |
| Binary | 100101 | 10010010 | 10011101 | 1001100 | 111 | 0 | 100110 | 10111010 | 111110 | 100110 |
Color Harmonies of #25929D
Complementary color
Monochromatic Colors of #25929D
Black with #25929D
Text Example
Text Example
White with #25929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25929D; }
p { color: rgb(37,146,157); }
H1.HeaderClassName
{
color: #25929D;
}
.AnyTagClassName
{
color: #25929D;
}
</style>
background-color css
<style>
a { background-color: #25929D; }
a { background-color: rgb(37,146,157); }
div.DivClassName
{
background-color: #25929D;
}
.BgClassName
{
background-color: #25929D;
}
</style>
border-color css
<style>
span { border-color: #25929D; }
span { border-color: rgb(37,146,157); }
td.TdClassName
{
border-color: #25929D;
}
.TagClassName
{
border-color: #25929D;
}
</style>