Shades of Java #268C95
Tints of Java #268C95
RGB
CMYK
RGB Variations
Color information
#268C95 (or 0x268C95) is known color: Java. HEX triplet: 26, 8C and 95. RGB value is (38,140,149). Sum of RGB (Red+Green+Blue) = 38+140+149=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #268C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268C95 is #D9736A. Grayscale: #6E6E6E. Windows color (decimal): -14250859 or 9800742. OLE color: 9800742.
HSL color Cylindrical-coordinate representation of color #268C95: hue angle of 184.86º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268C95 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 140 | 149 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.42 |
| HSL | 184.86º | 0.59% | 0.37% | - |
| HSV(B) | 184.86º | 0.74% | 0.58% | - |
| XYZ | 15.6 | 21.34 | 31.73 | - |
| YUV | 110.53 | 149.71 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 140 | 149 | 0.74 | 0.06 | 0 | 0.42 | 184.86 | 0.59 | 0.37 |
| Hex | 26 | 8C | 95 | 4A | 6 | 0 | 2A | B9 | 3B | 25 |
| Octal | 46 | 214 | 225 | 112 | 6 | 0 | 52 | 271 | 73 | 45 |
| Binary | 100110 | 10001100 | 10010101 | 1001010 | 110 | 0 | 101010 | 10111001 | 111011 | 100101 |
Color Harmonies of #268C95
Complementary color
Monochromatic Colors of #268C95
Black with #268C95
Text Example
Text Example
White with #268C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268C95; }
p { color: rgb(38,140,149); }
H1.HeaderClassName
{
color: #268C95;
}
.AnyTagClassName
{
color: #268C95;
}
</style>
background-color css
<style>
a { background-color: #268C95; }
a { background-color: rgb(38,140,149); }
div.DivClassName
{
background-color: #268C95;
}
.BgClassName
{
background-color: #268C95;
}
</style>
border-color css
<style>
span { border-color: #268C95; }
span { border-color: rgb(38,140,149); }
td.TdClassName
{
border-color: #268C95;
}
.TagClassName
{
border-color: #268C95;
}
</style>