Shades of Java #268590
Tints of Java #268590
RGB
CMYK
RGB Variations
Color information
#268590 (or 0x268590) is known color: Java. HEX triplet: 26, 85 and 90. RGB value is (38,133,144). Sum of RGB (Red+Green+Blue) = 38+133+144=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #268590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268590 is #D97A6F. Grayscale: #696969. Windows color (decimal): -14252656 or 9471270. OLE color: 9471270.
HSL color Cylindrical-coordinate representation of color #268590: hue angle of 186.23º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268590 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 133 | 144 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.44 |
| HSL | 186.23º | 0.58% | 0.36% | - |
| HSV(B) | 186.23º | 0.74% | 0.56% | - |
| XYZ | 14.22 | 19.2 | 29.34 | - |
| YUV | 105.85 | 149.53 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 144 | 0.74 | 0.08 | 0 | 0.44 | 186.23 | 0.58 | 0.36 |
| Hex | 26 | 85 | 90 | 4A | 8 | 0 | 2C | BA | 3A | 24 |
| Octal | 46 | 205 | 220 | 112 | 10 | 0 | 54 | 272 | 72 | 44 |
| Binary | 100110 | 10000101 | 10010000 | 1001010 | 1000 | 0 | 101100 | 10111010 | 111010 | 100100 |
Color Harmonies of #268590
Complementary color
Monochromatic Colors of #268590
Black with #268590
Text Example
Text Example
White with #268590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268590; }
p { color: rgb(38,133,144); }
H1.HeaderClassName
{
color: #268590;
}
.AnyTagClassName
{
color: #268590;
}
</style>
background-color css
<style>
a { background-color: #268590; }
a { background-color: rgb(38,133,144); }
div.DivClassName
{
background-color: #268590;
}
.BgClassName
{
background-color: #268590;
}
</style>
border-color css
<style>
span { border-color: #268590; }
span { border-color: rgb(38,133,144); }
td.TdClassName
{
border-color: #268590;
}
.TagClassName
{
border-color: #268590;
}
</style>