Shades of Java #25939B
Tints of Java #25939B
RGB
CMYK
RGB Variations
Color information
#25939B (or 0x25939B) is known color: Java. HEX triplet: 25, 93 and 9B. RGB value is (37,147,155). Sum of RGB (Red+Green+Blue) = 37+147+155=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #25939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25939B is #DA6C64. Grayscale: #727272. Windows color (decimal): -14314597 or 10195749. OLE color: 10195749.
HSL color Cylindrical-coordinate representation of color #25939B: hue angle of 184.07º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25939B is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 147 | 155 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.39 |
| HSL | 184.07º | 0.61% | 0.38% | - |
| HSV(B) | 184.07º | 0.76% | 0.61% | - |
| XYZ | 17.11 | 23.63 | 34.67 | - |
| YUV | 115.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 155 | 0.76 | 0.05 | 0 | 0.39 | 184.07 | 0.61 | 0.38 |
| Hex | 25 | 93 | 9B | 4C | 5 | 0 | 27 | B8 | 3D | 26 |
| Octal | 45 | 223 | 233 | 114 | 5 | 0 | 47 | 270 | 75 | 46 |
| Binary | 100101 | 10010011 | 10011011 | 1001100 | 101 | 0 | 100111 | 10111000 | 111101 | 100110 |
Color Harmonies of #25939B
Complementary color
Monochromatic Colors of #25939B
Black with #25939B
Text Example
Text Example
White with #25939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25939B; }
p { color: rgb(37,147,155); }
H1.HeaderClassName
{
color: #25939B;
}
.AnyTagClassName
{
color: #25939B;
}
</style>
background-color css
<style>
a { background-color: #25939B; }
a { background-color: rgb(37,147,155); }
div.DivClassName
{
background-color: #25939B;
}
.BgClassName
{
background-color: #25939B;
}
</style>
border-color css
<style>
span { border-color: #25939B; }
span { border-color: rgb(37,147,155); }
td.TdClassName
{
border-color: #25939B;
}
.TagClassName
{
border-color: #25939B;
}
</style>