Shades of Java #258888
Tints of Java #258888
RGB
CMYK
RGB Variations
Color information
#258888 (or 0x258888) is known color: Java. HEX triplet: 25, 88 and 88. RGB value is (37,136,136). Sum of RGB (Red+Green+Blue) = 37+136+136=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #258888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258888 is #DA7777. Grayscale: #6A6A6A. Windows color (decimal): -14317432 or 8947749. OLE color: 8947749.
HSL color Cylindrical-coordinate representation of color #258888: hue angle of 180º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258888 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 136 | 136 | - |
| CMYK | 0.73 | 0 | 0 | 0.47 |
| HSL | 180º | 0.57% | 0.34% | - |
| HSV(B) | 180º | 0.73% | 0.53% | - |
| XYZ | 14.01 | 19.78 | 26.37 | - |
| YUV | 106.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 136 | 136 | 0.73 | 0 | 0 | 0.47 | 180 | 0.57 | 0.34 |
| Hex | 25 | 88 | 88 | 49 | 0 | 0 | 2F | B4 | 39 | 22 |
| Octal | 45 | 210 | 210 | 111 | 0 | 0 | 57 | 264 | 71 | 42 |
| Binary | 100101 | 10001000 | 10001000 | 1001001 | 0 | 0 | 101111 | 10110100 | 111001 | 100010 |
Color Harmonies of #258888
Complementary color
Monochromatic Colors of #258888
Black with #258888
Text Example
Text Example
White with #258888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258888; }
p { color: rgb(37,136,136); }
H1.HeaderClassName
{
color: #258888;
}
.AnyTagClassName
{
color: #258888;
}
</style>
background-color css
<style>
a { background-color: #258888; }
a { background-color: rgb(37,136,136); }
div.DivClassName
{
background-color: #258888;
}
.BgClassName
{
background-color: #258888;
}
</style>
border-color css
<style>
span { border-color: #258888; }
span { border-color: rgb(37,136,136); }
td.TdClassName
{
border-color: #258888;
}
.TagClassName
{
border-color: #258888;
}
</style>