Shades of Java #26969C
Tints of Java #26969C
RGB
CMYK
RGB Variations
Color information
#26969C (or 0x26969C) is known color: Java. HEX triplet: 26, 96 and 9C. RGB value is (38,150,156). Sum of RGB (Red+Green+Blue) = 38+150+156=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #26969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26969C is #D96963. Grayscale: #757575. Windows color (decimal): -14248292 or 10262054. OLE color: 10262054.
HSL color Cylindrical-coordinate representation of color #26969C: hue angle of 183.05º 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 #26969C is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 150 | 156 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.39 |
| HSL | 183.05º | 0.61% | 0.38% | - |
| HSV(B) | 183.05º | 0.76% | 0.61% | - |
| XYZ | 17.71 | 24.63 | 35.27 | - |
| YUV | 117.2 | 149.89 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 156 | 0.76 | 0.04 | 0 | 0.39 | 183.05 | 0.61 | 0.38 |
| Hex | 26 | 96 | 9C | 4C | 4 | 0 | 27 | B7 | 3D | 26 |
| Octal | 46 | 226 | 234 | 114 | 4 | 0 | 47 | 267 | 75 | 46 |
| Binary | 100110 | 10010110 | 10011100 | 1001100 | 100 | 0 | 100111 | 10110111 | 111101 | 100110 |
Color Harmonies of #26969C
Complementary color
Monochromatic Colors of #26969C
Black with #26969C
Text Example
Text Example
White with #26969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26969C; }
p { color: rgb(38,150,156); }
H1.HeaderClassName
{
color: #26969C;
}
.AnyTagClassName
{
color: #26969C;
}
</style>
background-color css
<style>
a { background-color: #26969C; }
a { background-color: rgb(38,150,156); }
div.DivClassName
{
background-color: #26969C;
}
.BgClassName
{
background-color: #26969C;
}
</style>
border-color css
<style>
span { border-color: #26969C; }
span { border-color: rgb(38,150,156); }
td.TdClassName
{
border-color: #26969C;
}
.TagClassName
{
border-color: #26969C;
}
</style>