Shades of Java #268994
Tints of Java #268994
RGB
CMYK
RGB Variations
Color information
#268994 (or 0x268994) is known color: Java. HEX triplet: 26, 89 and 94. RGB value is (38,137,148). Sum of RGB (Red+Green+Blue) = 38+137+148=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #268994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268994 is #D9766B. Grayscale: #6C6C6C. Windows color (decimal): -14251628 or 9734438. OLE color: 9734438.
HSL color Cylindrical-coordinate representation of color #268994: hue angle of 186º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268994 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 137 | 148 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.42 |
| HSL | 186º | 0.59% | 0.36% | - |
| HSV(B) | 186º | 0.74% | 0.58% | - |
| XYZ | 15.09 | 20.44 | 31.17 | - |
| YUV | 108.65 | 150.2 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 148 | 0.74 | 0.07 | 0 | 0.42 | 186 | 0.59 | 0.36 |
| Hex | 26 | 89 | 94 | 4A | 7 | 0 | 2A | BA | 3B | 24 |
| Octal | 46 | 211 | 224 | 112 | 7 | 0 | 52 | 272 | 73 | 44 |
| Binary | 100110 | 10001001 | 10010100 | 1001010 | 111 | 0 | 101010 | 10111010 | 111011 | 100100 |
Color Harmonies of #268994
Complementary color
Monochromatic Colors of #268994
Black with #268994
Text Example
Text Example
White with #268994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268994; }
p { color: rgb(38,137,148); }
H1.HeaderClassName
{
color: #268994;
}
.AnyTagClassName
{
color: #268994;
}
</style>
background-color css
<style>
a { background-color: #268994; }
a { background-color: rgb(38,137,148); }
div.DivClassName
{
background-color: #268994;
}
.BgClassName
{
background-color: #268994;
}
</style>
border-color css
<style>
span { border-color: #268994; }
span { border-color: rgb(38,137,148); }
td.TdClassName
{
border-color: #268994;
}
.TagClassName
{
border-color: #268994;
}
</style>