Shades of Java #26979C
Tints of Java #26979C
RGB
CMYK
RGB Variations
Color information
#26979C (or 0x26979C) is known color: Java. HEX triplet: 26, 97 and 9C. RGB value is (38,151,156). Sum of RGB (Red+Green+Blue) = 38+151+156=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #26979C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26979C is #D96863. Grayscale: #757575. Windows color (decimal): -14248036 or 10262310. OLE color: 10262310.
HSL color Cylindrical-coordinate representation of color #26979C: hue angle of 182.54º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26979C is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 151 | 156 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.39 |
| HSL | 182.54º | 0.61% | 0.38% | - |
| HSV(B) | 182.54º | 0.76% | 0.61% | - |
| XYZ | 17.87 | 24.95 | 35.33 | - |
| YUV | 117.78 | 149.56 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 156 | 0.76 | 0.03 | 0 | 0.39 | 182.54 | 0.61 | 0.38 |
| Hex | 26 | 97 | 9C | 4C | 3 | 0 | 27 | B7 | 3D | 26 |
| Octal | 46 | 227 | 234 | 114 | 3 | 0 | 47 | 267 | 75 | 46 |
| Binary | 100110 | 10010111 | 10011100 | 1001100 | 11 | 0 | 100111 | 10110111 | 111101 | 100110 |
Color Harmonies of #26979C
Complementary color
Monochromatic Colors of #26979C
Black with #26979C
Text Example
Text Example
White with #26979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26979C; }
p { color: rgb(38,151,156); }
H1.HeaderClassName
{
color: #26979C;
}
.AnyTagClassName
{
color: #26979C;
}
</style>
background-color css
<style>
a { background-color: #26979C; }
a { background-color: rgb(38,151,156); }
div.DivClassName
{
background-color: #26979C;
}
.BgClassName
{
background-color: #26979C;
}
</style>
border-color css
<style>
span { border-color: #26979C; }
span { border-color: rgb(38,151,156); }
td.TdClassName
{
border-color: #26979C;
}
.TagClassName
{
border-color: #26979C;
}
</style>