Shades of Java #26969B
Tints of Java #26969B
RGB
CMYK
RGB Variations
Color information
#26969B (or 0x26969B) is known color: Java. HEX triplet: 26, 96 and 9B. RGB value is (38,150,155). Sum of RGB (Red+Green+Blue) = 38+150+155=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #26969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26969B is #D96964. Grayscale: #747474. Windows color (decimal): -14248293 or 10196518. OLE color: 10196518.
HSL color Cylindrical-coordinate representation of color #26969B: hue angle of 182.56º 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 #26969B is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 150 | 155 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.39 |
| HSL | 182.56º | 0.61% | 0.38% | - |
| HSV(B) | 182.56º | 0.75% | 0.61% | - |
| XYZ | 17.62 | 24.59 | 34.83 | - |
| YUV | 117.08 | 149.39 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 155 | 0.75 | 0.03 | 0 | 0.39 | 182.56 | 0.61 | 0.38 |
| Hex | 26 | 96 | 9B | 4B | 3 | 0 | 27 | B7 | 3D | 26 |
| Octal | 46 | 226 | 233 | 113 | 3 | 0 | 47 | 267 | 75 | 46 |
| Binary | 100110 | 10010110 | 10011011 | 1001011 | 11 | 0 | 100111 | 10110111 | 111101 | 100110 |
Color Harmonies of #26969B
Complementary color
Monochromatic Colors of #26969B
Black with #26969B
Text Example
Text Example
White with #26969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26969B; }
p { color: rgb(38,150,155); }
H1.HeaderClassName
{
color: #26969B;
}
.AnyTagClassName
{
color: #26969B;
}
</style>
background-color css
<style>
a { background-color: #26969B; }
a { background-color: rgb(38,150,155); }
div.DivClassName
{
background-color: #26969B;
}
.BgClassName
{
background-color: #26969B;
}
</style>
border-color css
<style>
span { border-color: #26969B; }
span { border-color: rgb(38,150,155); }
td.TdClassName
{
border-color: #26969B;
}
.TagClassName
{
border-color: #26969B;
}
</style>