Shades of Java #25908D
Tints of Java #25908D
RGB
CMYK
RGB Variations
Color information
#25908D (or 0x25908D) is known color: Java. HEX triplet: 25, 90 and 8D. RGB value is (37,144,141). Sum of RGB (Red+Green+Blue) = 37+144+141=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #25908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25908D is #DA6F72. Grayscale: #6F6F6F. Windows color (decimal): -14315379 or 9277477. OLE color: 9277477.
HSL color Cylindrical-coordinate representation of color #25908D: hue angle of 178.32º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25908D is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 144 | 141 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.44 |
| HSL | 178.32º | 0.59% | 0.35% | - |
| HSV(B) | 178.32º | 0.74% | 0.56% | - |
| XYZ | 15.54 | 22.26 | 28.68 | - |
| YUV | 111.67 | 144.55 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 141 | 0.74 | 0 | 0.02 | 0.44 | 178.32 | 0.59 | 0.35 |
| Hex | 25 | 90 | 8D | 4A | 0 | 2 | 2C | B2 | 3B | 23 |
| Octal | 45 | 220 | 215 | 112 | 0 | 2 | 54 | 262 | 73 | 43 |
| Binary | 100101 | 10010000 | 10001101 | 1001010 | 0 | 10 | 101100 | 10110010 | 111011 | 100011 |
Color Harmonies of #25908D
Complementary color
Monochromatic Colors of #25908D
Black with #25908D
Text Example
Text Example
White with #25908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25908D; }
p { color: rgb(37,144,141); }
H1.HeaderClassName
{
color: #25908D;
}
.AnyTagClassName
{
color: #25908D;
}
</style>
background-color css
<style>
a { background-color: #25908D; }
a { background-color: rgb(37,144,141); }
div.DivClassName
{
background-color: #25908D;
}
.BgClassName
{
background-color: #25908D;
}
</style>
border-color css
<style>
span { border-color: #25908D; }
span { border-color: rgb(37,144,141); }
td.TdClassName
{
border-color: #25908D;
}
.TagClassName
{
border-color: #25908D;
}
</style>