Shades of Java #25858C
Tints of Java #25858C
RGB
CMYK
RGB Variations
Color information
#25858C (or 0x25858C) is known color: Java. HEX triplet: 25, 85 and 8C. RGB value is (37,133,140). Sum of RGB (Red+Green+Blue) = 37+133+140=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #25858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25858C is #DA7A73. Grayscale: #686868. Windows color (decimal): -14318196 or 9209125. OLE color: 9209125.
HSL color Cylindrical-coordinate representation of color #25858C: hue angle of 184.08º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25858C is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 133 | 140 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.45 |
| HSL | 184.08º | 0.58% | 0.35% | - |
| HSV(B) | 184.08º | 0.74% | 0.55% | - |
| XYZ | 13.88 | 19.06 | 27.76 | - |
| YUV | 105.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 140 | 0.74 | 0.05 | 0 | 0.45 | 184.08 | 0.58 | 0.35 |
| Hex | 25 | 85 | 8C | 4A | 5 | 0 | 2D | B8 | 3A | 23 |
| Octal | 45 | 205 | 214 | 112 | 5 | 0 | 55 | 270 | 72 | 43 |
| Binary | 100101 | 10000101 | 10001100 | 1001010 | 101 | 0 | 101101 | 10111000 | 111010 | 100011 |
Color Harmonies of #25858C
Complementary color
Monochromatic Colors of #25858C
Black with #25858C
Text Example
Text Example
White with #25858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25858C; }
p { color: rgb(37,133,140); }
H1.HeaderClassName
{
color: #25858C;
}
.AnyTagClassName
{
color: #25858C;
}
</style>
background-color css
<style>
a { background-color: #25858C; }
a { background-color: rgb(37,133,140); }
div.DivClassName
{
background-color: #25858C;
}
.BgClassName
{
background-color: #25858C;
}
</style>
border-color css
<style>
span { border-color: #25858C; }
span { border-color: rgb(37,133,140); }
td.TdClassName
{
border-color: #25858C;
}
.TagClassName
{
border-color: #25858C;
}
</style>