Shades of Java #25848E
Tints of Java #25848E
RGB
CMYK
RGB Variations
Color information
#25848E (or 0x25848E) is known color: Java. HEX triplet: 25, 84 and 8E. RGB value is (37,132,142). Sum of RGB (Red+Green+Blue) = 37+132+142=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #25848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25848E is #DA7B71. Grayscale: #686868. Windows color (decimal): -14318450 or 9339941. OLE color: 9339941.
HSL color Cylindrical-coordinate representation of color #25848E: hue angle of 185.71º 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 #25848E is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 132 | 142 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.44 |
| HSL | 185.71º | 0.59% | 0.35% | - |
| HSV(B) | 185.71º | 0.74% | 0.56% | - |
| XYZ | 13.9 | 18.85 | 28.5 | - |
| YUV | 104.74 | 149.03 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 132 | 142 | 0.74 | 0.07 | 0 | 0.44 | 185.71 | 0.59 | 0.35 |
| Hex | 25 | 84 | 8E | 4A | 7 | 0 | 2C | BA | 3B | 23 |
| Octal | 45 | 204 | 216 | 112 | 7 | 0 | 54 | 272 | 73 | 43 |
| Binary | 100101 | 10000100 | 10001110 | 1001010 | 111 | 0 | 101100 | 10111010 | 111011 | 100011 |
Color Harmonies of #25848E
Complementary color
Monochromatic Colors of #25848E
Black with #25848E
Text Example
Text Example
White with #25848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25848E; }
p { color: rgb(37,132,142); }
H1.HeaderClassName
{
color: #25848E;
}
.AnyTagClassName
{
color: #25848E;
}
</style>
background-color css
<style>
a { background-color: #25848E; }
a { background-color: rgb(37,132,142); }
div.DivClassName
{
background-color: #25848E;
}
.BgClassName
{
background-color: #25848E;
}
</style>
border-color css
<style>
span { border-color: #25848E; }
span { border-color: rgb(37,132,142); }
td.TdClassName
{
border-color: #25848E;
}
.TagClassName
{
border-color: #25848E;
}
</style>