Shades of Java #25939D
Tints of Java #25939D
RGB
CMYK
RGB Variations
Color information
#25939D (or 0x25939D) is known color: Java. HEX triplet: 25, 93 and 9D. RGB value is (37,147,157). Sum of RGB (Red+Green+Blue) = 37+147+157=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #25939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25939D is #DA6C62. Grayscale: #737373. Windows color (decimal): -14314595 or 10326821. OLE color: 10326821.
HSL color Cylindrical-coordinate representation of color #25939D: hue angle of 185º 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 #25939D is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 147 | 157 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.38 |
| HSL | 185º | 0.62% | 0.38% | - |
| HSV(B) | 185º | 0.76% | 0.62% | - |
| XYZ | 17.28 | 23.7 | 35.56 | - |
| YUV | 115.25 | 151.56 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 157 | 0.76 | 0.06 | 0 | 0.38 | 185 | 0.62 | 0.38 |
| Hex | 25 | 93 | 9D | 4C | 6 | 0 | 26 | B9 | 3E | 26 |
| Octal | 45 | 223 | 235 | 114 | 6 | 0 | 46 | 271 | 76 | 46 |
| Binary | 100101 | 10010011 | 10011101 | 1001100 | 110 | 0 | 100110 | 10111001 | 111110 | 100110 |
Color Harmonies of #25939D
Complementary color
Monochromatic Colors of #25939D
Black with #25939D
Text Example
Text Example
White with #25939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25939D; }
p { color: rgb(37,147,157); }
H1.HeaderClassName
{
color: #25939D;
}
.AnyTagClassName
{
color: #25939D;
}
</style>
background-color css
<style>
a { background-color: #25939D; }
a { background-color: rgb(37,147,157); }
div.DivClassName
{
background-color: #25939D;
}
.BgClassName
{
background-color: #25939D;
}
</style>
border-color css
<style>
span { border-color: #25939D; }
span { border-color: rgb(37,147,157); }
td.TdClassName
{
border-color: #25939D;
}
.TagClassName
{
border-color: #25939D;
}
</style>