Shades of Java #258F90
Tints of Java #258F90
RGB
CMYK
RGB Variations
Color information
#258F90 (or 0x258F90) is known color: Java. HEX triplet: 25, 8F and 90. RGB value is (37,143,144). Sum of RGB (Red+Green+Blue) = 37+143+144=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #258F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F90 is #DA706F. Grayscale: #6F6F6F. Windows color (decimal): -14315632 or 9473829. OLE color: 9473829.
HSL color Cylindrical-coordinate representation of color #258F90: hue angle of 180.56º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258F90 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 143 | 144 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.44 |
| HSL | 180.56º | 0.59% | 0.35% | - |
| HSV(B) | 180.56º | 0.74% | 0.56% | - |
| XYZ | 15.62 | 22.05 | 29.82 | - |
| YUV | 111.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 144 | 0.74 | 0.01 | 0 | 0.44 | 180.56 | 0.59 | 0.35 |
| Hex | 25 | 8F | 90 | 4A | 1 | 0 | 2C | B5 | 3B | 23 |
| Octal | 45 | 217 | 220 | 112 | 1 | 0 | 54 | 265 | 73 | 43 |
| Binary | 100101 | 10001111 | 10010000 | 1001010 | 1 | 0 | 101100 | 10110101 | 111011 | 100011 |
Color Harmonies of #258F90
Complementary color
Monochromatic Colors of #258F90
Black with #258F90
Text Example
Text Example
White with #258F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258F90; }
p { color: rgb(37,143,144); }
H1.HeaderClassName
{
color: #258F90;
}
.AnyTagClassName
{
color: #258F90;
}
</style>
background-color css
<style>
a { background-color: #258F90; }
a { background-color: rgb(37,143,144); }
div.DivClassName
{
background-color: #258F90;
}
.BgClassName
{
background-color: #258F90;
}
</style>
border-color css
<style>
span { border-color: #258F90; }
span { border-color: rgb(37,143,144); }
td.TdClassName
{
border-color: #258F90;
}
.TagClassName
{
border-color: #258F90;
}
</style>