Shades of Java #259398
Tints of Java #259398
RGB
CMYK
RGB Variations
Color information
#259398 (or 0x259398) is known color: Java. HEX triplet: 25, 93 and 98. RGB value is (37,147,152). Sum of RGB (Red+Green+Blue) = 37+147+152=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #259398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259398 is #DA6C67. Grayscale: #727272. Windows color (decimal): -14314600 or 9999141. OLE color: 9999141.
HSL color Cylindrical-coordinate representation of color #259398: hue angle of 182.61º 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 #259398 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 147 | 152 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.40 |
| HSL | 182.61º | 0.61% | 0.37% | - |
| HSV(B) | 182.61º | 0.76% | 0.6% | - |
| XYZ | 16.86 | 23.53 | 33.36 | - |
| YUV | 114.68 | 149.06 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 152 | 0.76 | 0.03 | 0 | 0.40 | 182.61 | 0.61 | 0.37 |
| Hex | 25 | 93 | 98 | 4C | 3 | 0 | 28 | B7 | 3D | 25 |
| Octal | 45 | 223 | 230 | 114 | 3 | 0 | 50 | 267 | 75 | 45 |
| Binary | 100101 | 10010011 | 10011000 | 1001100 | 11 | 0 | 101000 | 10110111 | 111101 | 100101 |
Color Harmonies of #259398
Complementary color
Monochromatic Colors of #259398
Black with #259398
Text Example
Text Example
White with #259398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259398; }
p { color: rgb(37,147,152); }
H1.HeaderClassName
{
color: #259398;
}
.AnyTagClassName
{
color: #259398;
}
</style>
background-color css
<style>
a { background-color: #259398; }
a { background-color: rgb(37,147,152); }
div.DivClassName
{
background-color: #259398;
}
.BgClassName
{
background-color: #259398;
}
</style>
border-color css
<style>
span { border-color: #259398; }
span { border-color: rgb(37,147,152); }
td.TdClassName
{
border-color: #259398;
}
.TagClassName
{
border-color: #259398;
}
</style>