Shades of Java #268992
Tints of Java #268992
RGB
CMYK
RGB Variations
Color information
#268992 (or 0x268992) is known color: Java. HEX triplet: 26, 89 and 92. RGB value is (38,137,146). Sum of RGB (Red+Green+Blue) = 38+137+146=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #268992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268992 is #D9766D. Grayscale: #6C6C6C. Windows color (decimal): -14251630 or 9603366. OLE color: 9603366.
HSL color Cylindrical-coordinate representation of color #268992: hue angle of 185º 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 #268992 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 137 | 146 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.43 |
| HSL | 185º | 0.59% | 0.36% | - |
| HSV(B) | 185º | 0.74% | 0.57% | - |
| XYZ | 14.93 | 20.38 | 30.34 | - |
| YUV | 108.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 146 | 0.74 | 0.06 | 0 | 0.43 | 185 | 0.59 | 0.36 |
| Hex | 26 | 89 | 92 | 4A | 6 | 0 | 2B | B9 | 3B | 24 |
| Octal | 46 | 211 | 222 | 112 | 6 | 0 | 53 | 271 | 73 | 44 |
| Binary | 100110 | 10001001 | 10010010 | 1001010 | 110 | 0 | 101011 | 10111001 | 111011 | 100100 |
Color Harmonies of #268992
Complementary color
Monochromatic Colors of #268992
Black with #268992
Text Example
Text Example
White with #268992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268992; }
p { color: rgb(38,137,146); }
H1.HeaderClassName
{
color: #268992;
}
.AnyTagClassName
{
color: #268992;
}
</style>
background-color css
<style>
a { background-color: #268992; }
a { background-color: rgb(38,137,146); }
div.DivClassName
{
background-color: #268992;
}
.BgClassName
{
background-color: #268992;
}
</style>
border-color css
<style>
span { border-color: #268992; }
span { border-color: rgb(38,137,146); }
td.TdClassName
{
border-color: #268992;
}
.TagClassName
{
border-color: #268992;
}
</style>