Shades of Java #258F98
Tints of Java #258F98
RGB
CMYK
RGB Variations
Color information
#258F98 (or 0x258F98) is known color: Java. HEX triplet: 25, 8F and 98. RGB value is (37,143,152). Sum of RGB (Red+Green+Blue) = 37+143+152=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #258F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F98 is #DA7067. Grayscale: #707070. Windows color (decimal): -14315624 or 9998117. OLE color: 9998117.
HSL color Cylindrical-coordinate representation of color #258F98: hue angle of 184.7º 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 #258F98 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 143 | 152 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.40 |
| HSL | 184.7º | 0.61% | 0.37% | - |
| HSV(B) | 184.7º | 0.76% | 0.6% | - |
| XYZ | 16.25 | 22.31 | 33.15 | - |
| YUV | 112.33 | 150.38 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 152 | 0.76 | 0.06 | 0 | 0.40 | 184.7 | 0.61 | 0.37 |
| Hex | 25 | 8F | 98 | 4C | 6 | 0 | 28 | B9 | 3D | 25 |
| Octal | 45 | 217 | 230 | 114 | 6 | 0 | 50 | 271 | 75 | 45 |
| Binary | 100101 | 10001111 | 10011000 | 1001100 | 110 | 0 | 101000 | 10111001 | 111101 | 100101 |
Color Harmonies of #258F98
Complementary color
Monochromatic Colors of #258F98
Black with #258F98
Text Example
Text Example
White with #258F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258F98; }
p { color: rgb(37,143,152); }
H1.HeaderClassName
{
color: #258F98;
}
.AnyTagClassName
{
color: #258F98;
}
</style>
background-color css
<style>
a { background-color: #258F98; }
a { background-color: rgb(37,143,152); }
div.DivClassName
{
background-color: #258F98;
}
.BgClassName
{
background-color: #258F98;
}
</style>
border-color css
<style>
span { border-color: #258F98; }
span { border-color: rgb(37,143,152); }
td.TdClassName
{
border-color: #258F98;
}
.TagClassName
{
border-color: #258F98;
}
</style>