Shades of Java #25848F
Tints of Java #25848F
RGB
CMYK
RGB Variations
Color information
#25848F (or 0x25848F) is known color: Java. HEX triplet: 25, 84 and 8F. RGB value is (37,132,143). Sum of RGB (Red+Green+Blue) = 37+132+143=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #25848F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25848F is #DA7B70. Grayscale: #686868. Windows color (decimal): -14318449 or 9405477. OLE color: 9405477.
HSL color Cylindrical-coordinate representation of color #25848F: hue angle of 186.23º 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 #25848F is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 132 | 143 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.44 |
| HSL | 186.23º | 0.59% | 0.35% | - |
| HSV(B) | 186.23º | 0.74% | 0.56% | - |
| XYZ | 13.97 | 18.88 | 28.89 | - |
| YUV | 104.85 | 149.53 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 143 | 0.74 | 0.08 | 0 | 0.44 | 186.23 | 0.59 | 0.35 |
| Hex | 25 | 84 | 8F | 4A | 8 | 0 | 2C | BA | 3B | 23 |
| Octal | 45 | 204 | 217 | 112 | 10 | 0 | 54 | 272 | 73 | 43 |
| Binary | 100101 | 10000100 | 10001111 | 1001010 | 1000 | 0 | 101100 | 10111010 | 111011 | 100011 |
Color Harmonies of #25848F
Complementary color
Monochromatic Colors of #25848F
Black with #25848F
Text Example
Text Example
White with #25848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25848F; }
p { color: rgb(37,132,143); }
H1.HeaderClassName
{
color: #25848F;
}
.AnyTagClassName
{
color: #25848F;
}
</style>
background-color css
<style>
a { background-color: #25848F; }
a { background-color: rgb(37,132,143); }
div.DivClassName
{
background-color: #25848F;
}
.BgClassName
{
background-color: #25848F;
}
</style>
border-color css
<style>
span { border-color: #25848F; }
span { border-color: rgb(37,132,143); }
td.TdClassName
{
border-color: #25848F;
}
.TagClassName
{
border-color: #25848F;
}
</style>