Shades of Java #268791
Tints of Java #268791
RGB
CMYK
RGB Variations
Color information
#268791 (or 0x268791) is known color: Java. HEX triplet: 26, 87 and 91. RGB value is (38,135,145). Sum of RGB (Red+Green+Blue) = 38+135+145=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #268791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268791 is #D9786E. Grayscale: #6B6B6B. Windows color (decimal): -14252143 or 9537318. OLE color: 9537318.
HSL color Cylindrical-coordinate representation of color #268791: hue angle of 185.61º degrees, saturation: 0.58, 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 #268791 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 135 | 145 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.43 |
| HSL | 185.61º | 0.58% | 0.36% | - |
| HSV(B) | 185.61º | 0.74% | 0.57% | - |
| XYZ | 14.57 | 19.78 | 29.84 | - |
| YUV | 107.14 | 149.36 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 145 | 0.74 | 0.07 | 0 | 0.43 | 185.61 | 0.58 | 0.36 |
| Hex | 26 | 87 | 91 | 4A | 7 | 0 | 2B | BA | 3A | 24 |
| Octal | 46 | 207 | 221 | 112 | 7 | 0 | 53 | 272 | 72 | 44 |
| Binary | 100110 | 10000111 | 10010001 | 1001010 | 111 | 0 | 101011 | 10111010 | 111010 | 100100 |
Color Harmonies of #268791
Complementary color
Monochromatic Colors of #268791
Black with #268791
Text Example
Text Example
White with #268791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268791; }
p { color: rgb(38,135,145); }
H1.HeaderClassName
{
color: #268791;
}
.AnyTagClassName
{
color: #268791;
}
</style>
background-color css
<style>
a { background-color: #268791; }
a { background-color: rgb(38,135,145); }
div.DivClassName
{
background-color: #268791;
}
.BgClassName
{
background-color: #268791;
}
</style>
border-color css
<style>
span { border-color: #268791; }
span { border-color: rgb(38,135,145); }
td.TdClassName
{
border-color: #268791;
}
.TagClassName
{
border-color: #268791;
}
</style>