Shades of Java #268690
Tints of Java #268690
RGB
CMYK
RGB Variations
Color information
#268690 (or 0x268690) is known color: Java. HEX triplet: 26, 86 and 90. RGB value is (38,134,144). Sum of RGB (Red+Green+Blue) = 38+134+144=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 134 (52.73% from 255 or 42.41% 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 #268690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268690 is #D9796F. Grayscale: #6A6A6A. Windows color (decimal): -14252400 or 9471526. OLE color: 9471526.
HSL color Cylindrical-coordinate representation of color #268690: hue angle of 185.66º 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 #268690 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 134 | 144 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.44 |
| HSL | 185.66º | 0.58% | 0.36% | - |
| HSV(B) | 185.66º | 0.74% | 0.56% | - |
| XYZ | 14.36 | 19.48 | 29.39 | - |
| YUV | 106.44 | 149.2 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 144 | 0.74 | 0.07 | 0 | 0.44 | 185.66 | 0.58 | 0.36 |
| Hex | 26 | 86 | 90 | 4A | 7 | 0 | 2C | BA | 3A | 24 |
| Octal | 46 | 206 | 220 | 112 | 7 | 0 | 54 | 272 | 72 | 44 |
| Binary | 100110 | 10000110 | 10010000 | 1001010 | 111 | 0 | 101100 | 10111010 | 111010 | 100100 |
Color Harmonies of #268690
Complementary color
Monochromatic Colors of #268690
Black with #268690
Text Example
Text Example
White with #268690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268690; }
p { color: rgb(38,134,144); }
H1.HeaderClassName
{
color: #268690;
}
.AnyTagClassName
{
color: #268690;
}
</style>
background-color css
<style>
a { background-color: #268690; }
a { background-color: rgb(38,134,144); }
div.DivClassName
{
background-color: #268690;
}
.BgClassName
{
background-color: #268690;
}
</style>
border-color css
<style>
span { border-color: #268690; }
span { border-color: rgb(38,134,144); }
td.TdClassName
{
border-color: #268690;
}
.TagClassName
{
border-color: #268690;
}
</style>