Shades of Java #258994
Tints of Java #258994
RGB
CMYK
RGB Variations
Color information
#258994 (or 0x258994) is known color: Java. HEX triplet: 25, 89 and 94. RGB value is (37,137,148). Sum of RGB (Red+Green+Blue) = 37+137+148=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #258994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258994 is #DA766B. Grayscale: #6C6C6C. Windows color (decimal): -14317164 or 9734437. OLE color: 9734437.
HSL color Cylindrical-coordinate representation of color #258994: hue angle of 185.95º 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 #258994 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 137 | 148 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.42 |
| HSL | 185.95º | 0.6% | 0.36% | - |
| HSV(B) | 185.95º | 0.75% | 0.58% | - |
| XYZ | 15.05 | 20.42 | 31.17 | - |
| YUV | 108.35 | 150.37 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 148 | 0.75 | 0.07 | 0 | 0.42 | 185.95 | 0.6 | 0.36 |
| Hex | 25 | 89 | 94 | 4B | 7 | 0 | 2A | BA | 3C | 24 |
| Octal | 45 | 211 | 224 | 113 | 7 | 0 | 52 | 272 | 74 | 44 |
| Binary | 100101 | 10001001 | 10010100 | 1001011 | 111 | 0 | 101010 | 10111010 | 111100 | 100100 |
Color Harmonies of #258994
Complementary color
Monochromatic Colors of #258994
Black with #258994
Text Example
Text Example
White with #258994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258994; }
p { color: rgb(37,137,148); }
H1.HeaderClassName
{
color: #258994;
}
.AnyTagClassName
{
color: #258994;
}
</style>
background-color css
<style>
a { background-color: #258994; }
a { background-color: rgb(37,137,148); }
div.DivClassName
{
background-color: #258994;
}
.BgClassName
{
background-color: #258994;
}
</style>
border-color css
<style>
span { border-color: #258994; }
span { border-color: rgb(37,137,148); }
td.TdClassName
{
border-color: #258994;
}
.TagClassName
{
border-color: #258994;
}
</style>