Shades of Java #258691
Tints of Java #258691
RGB
CMYK
RGB Variations
Color information
#258691 (or 0x258691) is known color: Java. HEX triplet: 25, 86 and 91. RGB value is (37,134,145). Sum of RGB (Red+Green+Blue) = 37+134+145=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #258691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258691 is #DA796E. Grayscale: #6A6A6A. Windows color (decimal): -14317935 or 9537061. OLE color: 9537061.
HSL color Cylindrical-coordinate representation of color #258691: hue angle of 186.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258691 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 134 | 145 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.43 |
| HSL | 186.11º | 0.59% | 0.36% | - |
| HSV(B) | 186.11º | 0.74% | 0.57% | - |
| XYZ | 14.4 | 19.49 | 29.79 | - |
| YUV | 106.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 134 | 145 | 0.74 | 0.08 | 0 | 0.43 | 186.11 | 0.59 | 0.36 |
| Hex | 25 | 86 | 91 | 4A | 8 | 0 | 2B | BA | 3B | 24 |
| Octal | 45 | 206 | 221 | 112 | 10 | 0 | 53 | 272 | 73 | 44 |
| Binary | 100101 | 10000110 | 10010001 | 1001010 | 1000 | 0 | 101011 | 10111010 | 111011 | 100100 |
Color Harmonies of #258691
Complementary color
Monochromatic Colors of #258691
Black with #258691
Text Example
Text Example
White with #258691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258691; }
p { color: rgb(37,134,145); }
H1.HeaderClassName
{
color: #258691;
}
.AnyTagClassName
{
color: #258691;
}
</style>
background-color css
<style>
a { background-color: #258691; }
a { background-color: rgb(37,134,145); }
div.DivClassName
{
background-color: #258691;
}
.BgClassName
{
background-color: #258691;
}
</style>
border-color css
<style>
span { border-color: #258691; }
span { border-color: rgb(37,134,145); }
td.TdClassName
{
border-color: #258691;
}
.TagClassName
{
border-color: #258691;
}
</style>