Shades of Java #258C95
Tints of Java #258C95
RGB
CMYK
RGB Variations
Color information
#258C95 (or 0x258C95) is known color: Java. HEX triplet: 25, 8C and 95. RGB value is (37,140,149). Sum of RGB (Red+Green+Blue) = 37+140+149=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #258C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C95 is #DA736A. Grayscale: #6E6E6E. Windows color (decimal): -14316395 or 9800741. OLE color: 9800741.
HSL color Cylindrical-coordinate representation of color #258C95: hue angle of 184.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258C95 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 140 | 149 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.42 |
| HSL | 184.82º | 0.6% | 0.36% | - |
| HSV(B) | 184.82º | 0.75% | 0.58% | - |
| XYZ | 15.57 | 21.32 | 31.73 | - |
| YUV | 110.23 | 149.88 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 149 | 0.75 | 0.06 | 0 | 0.42 | 184.82 | 0.6 | 0.36 |
| Hex | 25 | 8C | 95 | 4B | 6 | 0 | 2A | B9 | 3C | 24 |
| Octal | 45 | 214 | 225 | 113 | 6 | 0 | 52 | 271 | 74 | 44 |
| Binary | 100101 | 10001100 | 10010101 | 1001011 | 110 | 0 | 101010 | 10111001 | 111100 | 100100 |
Color Harmonies of #258C95
Complementary color
Monochromatic Colors of #258C95
Black with #258C95
Text Example
Text Example
White with #258C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C95; }
p { color: rgb(37,140,149); }
H1.HeaderClassName
{
color: #258C95;
}
.AnyTagClassName
{
color: #258C95;
}
</style>
background-color css
<style>
a { background-color: #258C95; }
a { background-color: rgb(37,140,149); }
div.DivClassName
{
background-color: #258C95;
}
.BgClassName
{
background-color: #258C95;
}
</style>
border-color css
<style>
span { border-color: #258C95; }
span { border-color: rgb(37,140,149); }
td.TdClassName
{
border-color: #258C95;
}
.TagClassName
{
border-color: #258C95;
}
</style>