Shades of Java #258790
Tints of Java #258790
RGB
CMYK
RGB Variations
Color information
#258790 (or 0x258790) is known color: Java. HEX triplet: 25, 87 and 90. RGB value is (37,135,144). Sum of RGB (Red+Green+Blue) = 37+135+144=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #258790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258790 is #DA786F. Grayscale: #6A6A6A. Windows color (decimal): -14317680 or 9471781. OLE color: 9471781.
HSL color Cylindrical-coordinate representation of color #258790: hue angle of 185.05º 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 #258790 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 135 | 144 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.44 |
| HSL | 185.05º | 0.59% | 0.35% | - |
| HSV(B) | 185.05º | 0.74% | 0.56% | - |
| XYZ | 14.46 | 19.73 | 29.43 | - |
| YUV | 106.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 144 | 0.74 | 0.06 | 0 | 0.44 | 185.05 | 0.59 | 0.35 |
| Hex | 25 | 87 | 90 | 4A | 6 | 0 | 2C | B9 | 3B | 23 |
| Octal | 45 | 207 | 220 | 112 | 6 | 0 | 54 | 271 | 73 | 43 |
| Binary | 100101 | 10000111 | 10010000 | 1001010 | 110 | 0 | 101100 | 10111001 | 111011 | 100011 |
Color Harmonies of #258790
Complementary color
Monochromatic Colors of #258790
Black with #258790
Text Example
Text Example
White with #258790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258790; }
p { color: rgb(37,135,144); }
H1.HeaderClassName
{
color: #258790;
}
.AnyTagClassName
{
color: #258790;
}
</style>
background-color css
<style>
a { background-color: #258790; }
a { background-color: rgb(37,135,144); }
div.DivClassName
{
background-color: #258790;
}
.BgClassName
{
background-color: #258790;
}
</style>
border-color css
<style>
span { border-color: #258790; }
span { border-color: rgb(37,135,144); }
td.TdClassName
{
border-color: #258790;
}
.TagClassName
{
border-color: #258790;
}
</style>