Shades of Java #25939C
Tints of Java #25939C
RGB
CMYK
RGB Variations
Color information
#25939C (or 0x25939C) is known color: Java. HEX triplet: 25, 93 and 9C. RGB value is (37,147,156). Sum of RGB (Red+Green+Blue) = 37+147+156=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #25939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25939C is #DA6C63. Grayscale: #727272. Windows color (decimal): -14314596 or 10261285. OLE color: 10261285.
HSL color Cylindrical-coordinate representation of color #25939C: hue angle of 184.54º degrees, saturation: 0.62, 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 #25939C is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 147 | 156 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.39 |
| HSL | 184.54º | 0.62% | 0.38% | - |
| HSV(B) | 184.54º | 0.76% | 0.61% | - |
| XYZ | 17.2 | 23.66 | 35.11 | - |
| YUV | 115.14 | 151.06 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 156 | 0.76 | 0.06 | 0 | 0.39 | 184.54 | 0.62 | 0.38 |
| Hex | 25 | 93 | 9C | 4C | 6 | 0 | 27 | B9 | 3E | 26 |
| Octal | 45 | 223 | 234 | 114 | 6 | 0 | 47 | 271 | 76 | 46 |
| Binary | 100101 | 10010011 | 10011100 | 1001100 | 110 | 0 | 100111 | 10111001 | 111110 | 100110 |
Color Harmonies of #25939C
Complementary color
Monochromatic Colors of #25939C
Black with #25939C
Text Example
Text Example
White with #25939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25939C; }
p { color: rgb(37,147,156); }
H1.HeaderClassName
{
color: #25939C;
}
.AnyTagClassName
{
color: #25939C;
}
</style>
background-color css
<style>
a { background-color: #25939C; }
a { background-color: rgb(37,147,156); }
div.DivClassName
{
background-color: #25939C;
}
.BgClassName
{
background-color: #25939C;
}
</style>
border-color css
<style>
span { border-color: #25939C; }
span { border-color: rgb(37,147,156); }
td.TdClassName
{
border-color: #25939C;
}
.TagClassName
{
border-color: #25939C;
}
</style>