Shades of Java #268990
Tints of Java #268990
RGB
CMYK
RGB Variations
Color information
#268990 (or 0x268990) is known color: Java. HEX triplet: 26, 89 and 90. RGB value is (38,137,144). Sum of RGB (Red+Green+Blue) = 38+137+144=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #268990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268990 is #D9766F. Grayscale: #6C6C6C. Windows color (decimal): -14251632 or 9472294. OLE color: 9472294.
HSL color Cylindrical-coordinate representation of color #268990: hue angle of 183.96º 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 #268990 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 137 | 144 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.44 |
| HSL | 183.96º | 0.58% | 0.36% | - |
| HSV(B) | 183.96º | 0.74% | 0.56% | - |
| XYZ | 14.78 | 20.32 | 29.53 | - |
| YUV | 108.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 137 | 144 | 0.74 | 0.05 | 0 | 0.44 | 183.96 | 0.58 | 0.36 |
| Hex | 26 | 89 | 90 | 4A | 5 | 0 | 2C | B8 | 3A | 24 |
| Octal | 46 | 211 | 220 | 112 | 5 | 0 | 54 | 270 | 72 | 44 |
| Binary | 100110 | 10001001 | 10010000 | 1001010 | 101 | 0 | 101100 | 10111000 | 111010 | 100100 |
Color Harmonies of #268990
Complementary color
Monochromatic Colors of #268990
Black with #268990
Text Example
Text Example
White with #268990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268990; }
p { color: rgb(38,137,144); }
H1.HeaderClassName
{
color: #268990;
}
.AnyTagClassName
{
color: #268990;
}
</style>
background-color css
<style>
a { background-color: #268990; }
a { background-color: rgb(38,137,144); }
div.DivClassName
{
background-color: #268990;
}
.BgClassName
{
background-color: #268990;
}
</style>
border-color css
<style>
span { border-color: #268990; }
span { border-color: rgb(38,137,144); }
td.TdClassName
{
border-color: #268990;
}
.TagClassName
{
border-color: #268990;
}
</style>