Shades of Java #259288
Tints of Java #259288
RGB
CMYK
RGB Variations
Color information
#259288 (or 0x259288) is known color: Java. HEX triplet: 25, 92 and 88. RGB value is (37,146,136). Sum of RGB (Red+Green+Blue) = 37+146+136=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #259288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259288 is #DA6D77. Grayscale: #707070. Windows color (decimal): -14314872 or 8950309. OLE color: 8950309.
HSL color Cylindrical-coordinate representation of color #259288: hue angle of 174.5º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259288 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 146 | 136 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.43 |
| HSL | 174.5º | 0.6% | 0.36% | - |
| HSV(B) | 174.5º | 0.75% | 0.57% | - |
| XYZ | 15.49 | 22.73 | 26.86 | - |
| YUV | 112.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 136 | 0.75 | 0 | 0.07 | 0.43 | 174.5 | 0.6 | 0.36 |
| Hex | 25 | 92 | 88 | 4B | 0 | 7 | 2B | AE | 3C | 24 |
| Octal | 45 | 222 | 210 | 113 | 0 | 7 | 53 | 256 | 74 | 44 |
| Binary | 100101 | 10010010 | 10001000 | 1001011 | 0 | 111 | 101011 | 10101110 | 111100 | 100100 |
Color Harmonies of #259288
Complementary color
Monochromatic Colors of #259288
Black with #259288
Text Example
Text Example
White with #259288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259288; }
p { color: rgb(37,146,136); }
H1.HeaderClassName
{
color: #259288;
}
.AnyTagClassName
{
color: #259288;
}
</style>
background-color css
<style>
a { background-color: #259288; }
a { background-color: rgb(37,146,136); }
div.DivClassName
{
background-color: #259288;
}
.BgClassName
{
background-color: #259288;
}
</style>
border-color css
<style>
span { border-color: #259288; }
span { border-color: rgb(37,146,136); }
td.TdClassName
{
border-color: #259288;
}
.TagClassName
{
border-color: #259288;
}
</style>