Shades of Java #25949B
Tints of Java #25949B
RGB
CMYK
RGB Variations
Color information
#25949B (or 0x25949B) is known color: Java. HEX triplet: 25, 94 and 9B. RGB value is (37,148,155). Sum of RGB (Red+Green+Blue) = 37+148+155=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #25949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25949B is #DA6B64. Grayscale: #737373. Windows color (decimal): -14314341 or 10196005. OLE color: 10196005.
HSL color Cylindrical-coordinate representation of color #25949B: hue angle of 183.56º 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 #25949B is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 148 | 155 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.39 |
| HSL | 183.56º | 0.61% | 0.38% | - |
| HSV(B) | 183.56º | 0.76% | 0.61% | - |
| XYZ | 17.27 | 23.94 | 34.72 | - |
| YUV | 115.61 | 150.23 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 155 | 0.76 | 0.05 | 0 | 0.39 | 183.56 | 0.61 | 0.38 |
| Hex | 25 | 94 | 9B | 4C | 5 | 0 | 27 | B8 | 3D | 26 |
| Octal | 45 | 224 | 233 | 114 | 5 | 0 | 47 | 270 | 75 | 46 |
| Binary | 100101 | 10010100 | 10011011 | 1001100 | 101 | 0 | 100111 | 10111000 | 111101 | 100110 |
Color Harmonies of #25949B
Complementary color
Monochromatic Colors of #25949B
Black with #25949B
Text Example
Text Example
White with #25949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25949B; }
p { color: rgb(37,148,155); }
H1.HeaderClassName
{
color: #25949B;
}
.AnyTagClassName
{
color: #25949B;
}
</style>
background-color css
<style>
a { background-color: #25949B; }
a { background-color: rgb(37,148,155); }
div.DivClassName
{
background-color: #25949B;
}
.BgClassName
{
background-color: #25949B;
}
</style>
border-color css
<style>
span { border-color: #25949B; }
span { border-color: rgb(37,148,155); }
td.TdClassName
{
border-color: #25949B;
}
.TagClassName
{
border-color: #25949B;
}
</style>