Shades of Java #258C94
Tints of Java #258C94
RGB
CMYK
RGB Variations
Color information
#258C94 (or 0x258C94) is known color: Java. HEX triplet: 25, 8C and 94. RGB value is (37,140,148). Sum of RGB (Red+Green+Blue) = 37+140+148=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #258C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258C94 is #DA736B. Grayscale: #6D6D6D. Windows color (decimal): -14316396 or 9735205. OLE color: 9735205.
HSL color Cylindrical-coordinate representation of color #258C94: hue angle of 184.32º 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 #258C94 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 140 | 148 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.42 |
| HSL | 184.32º | 0.6% | 0.36% | - |
| HSV(B) | 184.32º | 0.75% | 0.58% | - |
| XYZ | 15.49 | 21.29 | 31.31 | - |
| YUV | 110.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 148 | 0.75 | 0.05 | 0 | 0.42 | 184.32 | 0.6 | 0.36 |
| Hex | 25 | 8C | 94 | 4B | 5 | 0 | 2A | B8 | 3C | 24 |
| Octal | 45 | 214 | 224 | 113 | 5 | 0 | 52 | 270 | 74 | 44 |
| Binary | 100101 | 10001100 | 10010100 | 1001011 | 101 | 0 | 101010 | 10111000 | 111100 | 100100 |
Color Harmonies of #258C94
Complementary color
Monochromatic Colors of #258C94
Black with #258C94
Text Example
Text Example
White with #258C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258C94; }
p { color: rgb(37,140,148); }
H1.HeaderClassName
{
color: #258C94;
}
.AnyTagClassName
{
color: #258C94;
}
</style>
background-color css
<style>
a { background-color: #258C94; }
a { background-color: rgb(37,140,148); }
div.DivClassName
{
background-color: #258C94;
}
.BgClassName
{
background-color: #258C94;
}
</style>
border-color css
<style>
span { border-color: #258C94; }
span { border-color: rgb(37,140,148); }
td.TdClassName
{
border-color: #258C94;
}
.TagClassName
{
border-color: #258C94;
}
</style>