Shades of Java #25929C
Tints of Java #25929C
RGB
CMYK
RGB Variations
Color information
#25929C (or 0x25929C) is known color: Java. HEX triplet: 25, 92 and 9C. RGB value is (37,146,156). Sum of RGB (Red+Green+Blue) = 37+146+156=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #25929C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25929C is #DA6D63. Grayscale: #727272. Windows color (decimal): -14314852 or 10261029. OLE color: 10261029.
HSL color Cylindrical-coordinate representation of color #25929C: hue angle of 185.04º 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 #25929C is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 146 | 156 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.39 |
| HSL | 185.04º | 0.62% | 0.38% | - |
| HSV(B) | 185.04º | 0.76% | 0.61% | - |
| XYZ | 17.04 | 23.35 | 35.06 | - |
| YUV | 114.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 156 | 0.76 | 0.06 | 0 | 0.39 | 185.04 | 0.62 | 0.38 |
| Hex | 25 | 92 | 9C | 4C | 6 | 0 | 27 | B9 | 3E | 26 |
| Octal | 45 | 222 | 234 | 114 | 6 | 0 | 47 | 271 | 76 | 46 |
| Binary | 100101 | 10010010 | 10011100 | 1001100 | 110 | 0 | 100111 | 10111001 | 111110 | 100110 |
Color Harmonies of #25929C
Complementary color
Monochromatic Colors of #25929C
Black with #25929C
Text Example
Text Example
White with #25929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25929C; }
p { color: rgb(37,146,156); }
H1.HeaderClassName
{
color: #25929C;
}
.AnyTagClassName
{
color: #25929C;
}
</style>
background-color css
<style>
a { background-color: #25929C; }
a { background-color: rgb(37,146,156); }
div.DivClassName
{
background-color: #25929C;
}
.BgClassName
{
background-color: #25929C;
}
</style>
border-color css
<style>
span { border-color: #25929C; }
span { border-color: rgb(37,146,156); }
td.TdClassName
{
border-color: #25929C;
}
.TagClassName
{
border-color: #25929C;
}
</style>