Shades of Java #25929A
Tints of Java #25929A
RGB
CMYK
RGB Variations
Color information
#25929A (or 0x25929A) is known color: Java. HEX triplet: 25, 92 and 9A. RGB value is (37,146,154). Sum of RGB (Red+Green+Blue) = 37+146+154=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #25929A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25929A is #DA6D65. Grayscale: #727272. Windows color (decimal): -14314854 or 10129957. OLE color: 10129957.
HSL color Cylindrical-coordinate representation of color #25929A: hue angle of 184.1º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25929A is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 146 | 154 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.40 |
| HSL | 184.1º | 0.61% | 0.37% | - |
| HSV(B) | 184.1º | 0.76% | 0.6% | - |
| XYZ | 16.87 | 23.28 | 34.18 | - |
| YUV | 114.32 | 150.39 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 154 | 0.76 | 0.05 | 0 | 0.40 | 184.1 | 0.61 | 0.37 |
| Hex | 25 | 92 | 9A | 4C | 5 | 0 | 28 | B8 | 3D | 25 |
| Octal | 45 | 222 | 232 | 114 | 5 | 0 | 50 | 270 | 75 | 45 |
| Binary | 100101 | 10010010 | 10011010 | 1001100 | 101 | 0 | 101000 | 10111000 | 111101 | 100101 |
Color Harmonies of #25929A
Complementary color
Monochromatic Colors of #25929A
Black with #25929A
Text Example
Text Example
White with #25929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25929A; }
p { color: rgb(37,146,154); }
H1.HeaderClassName
{
color: #25929A;
}
.AnyTagClassName
{
color: #25929A;
}
</style>
background-color css
<style>
a { background-color: #25929A; }
a { background-color: rgb(37,146,154); }
div.DivClassName
{
background-color: #25929A;
}
.BgClassName
{
background-color: #25929A;
}
</style>
border-color css
<style>
span { border-color: #25929A; }
span { border-color: rgb(37,146,154); }
td.TdClassName
{
border-color: #25929A;
}
.TagClassName
{
border-color: #25929A;
}
</style>