Shades of Java #26938D
Tints of Java #26938D
RGB
CMYK
RGB Variations
Color information
#26938D (or 0x26938D) is known color: Java. HEX triplet: 26, 93 and 8D. RGB value is (38,147,141). Sum of RGB (Red+Green+Blue) = 38+147+141=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #26938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26938D is #D96C72. Grayscale: #717171. Windows color (decimal): -14249075 or 9278246. OLE color: 9278246.
HSL color Cylindrical-coordinate representation of color #26938D: hue angle of 176.7º 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 #26938D is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 141 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.42 |
| HSL | 176.7º | 0.59% | 0.36% | - |
| HSV(B) | 176.7º | 0.74% | 0.58% | - |
| XYZ | 16.04 | 23.2 | 28.83 | - |
| YUV | 113.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 141 | 0.74 | 0 | 0.04 | 0.42 | 176.7 | 0.59 | 0.36 |
| Hex | 26 | 93 | 8D | 4A | 0 | 4 | 2A | B1 | 3B | 24 |
| Octal | 46 | 223 | 215 | 112 | 0 | 4 | 52 | 261 | 73 | 44 |
| Binary | 100110 | 10010011 | 10001101 | 1001010 | 0 | 100 | 101010 | 10110001 | 111011 | 100100 |
Color Harmonies of #26938D
Complementary color
Monochromatic Colors of #26938D
Black with #26938D
Text Example
Text Example
White with #26938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26938D; }
p { color: rgb(38,147,141); }
H1.HeaderClassName
{
color: #26938D;
}
.AnyTagClassName
{
color: #26938D;
}
</style>
background-color css
<style>
a { background-color: #26938D; }
a { background-color: rgb(38,147,141); }
div.DivClassName
{
background-color: #26938D;
}
.BgClassName
{
background-color: #26938D;
}
</style>
border-color css
<style>
span { border-color: #26938D; }
span { border-color: rgb(38,147,141); }
td.TdClassName
{
border-color: #26938D;
}
.TagClassName
{
border-color: #26938D;
}
</style>