Shades of Java #26949B
Tints of Java #26949B
RGB
CMYK
RGB Variations
Color information
#26949B (or 0x26949B) is known color: Java. HEX triplet: 26, 94 and 9B. RGB value is (38,148,155). Sum of RGB (Red+Green+Blue) = 38+148+155=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #26949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26949B is #D96B64. Grayscale: #737373. Windows color (decimal): -14248805 or 10196006. OLE color: 10196006.
HSL color Cylindrical-coordinate representation of color #26949B: hue angle of 183.59º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26949B is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 148 | 155 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.39 |
| HSL | 183.59º | 0.61% | 0.38% | - |
| HSV(B) | 183.59º | 0.75% | 0.61% | - |
| XYZ | 17.31 | 23.96 | 34.72 | - |
| YUV | 115.91 | 150.06 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 155 | 0.75 | 0.05 | 0 | 0.39 | 183.59 | 0.61 | 0.38 |
| Hex | 26 | 94 | 9B | 4B | 5 | 0 | 27 | B8 | 3D | 26 |
| Octal | 46 | 224 | 233 | 113 | 5 | 0 | 47 | 270 | 75 | 46 |
| Binary | 100110 | 10010100 | 10011011 | 1001011 | 101 | 0 | 100111 | 10111000 | 111101 | 100110 |
Color Harmonies of #26949B
Complementary color
Monochromatic Colors of #26949B
Black with #26949B
Text Example
Text Example
White with #26949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26949B; }
p { color: rgb(38,148,155); }
H1.HeaderClassName
{
color: #26949B;
}
.AnyTagClassName
{
color: #26949B;
}
</style>
background-color css
<style>
a { background-color: #26949B; }
a { background-color: rgb(38,148,155); }
div.DivClassName
{
background-color: #26949B;
}
.BgClassName
{
background-color: #26949B;
}
</style>
border-color css
<style>
span { border-color: #26949B; }
span { border-color: rgb(38,148,155); }
td.TdClassName
{
border-color: #26949B;
}
.TagClassName
{
border-color: #26949B;
}
</style>