Shades of Java #269291
Tints of Java #269291
RGB
CMYK
RGB Variations
Color information
#269291 (or 0x269291) is known color: Java. HEX triplet: 26, 92 and 91. RGB value is (38,146,145). Sum of RGB (Red+Green+Blue) = 38+146+145=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #269291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269291 is #D96D6E. Grayscale: #717171. Windows color (decimal): -14249327 or 9540134. OLE color: 9540134.
HSL color Cylindrical-coordinate representation of color #269291: hue angle of 179.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269291 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 145 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.43 |
| HSL | 179.44º | 0.59% | 0.36% | - |
| HSV(B) | 179.44º | 0.74% | 0.57% | - |
| XYZ | 16.19 | 23.01 | 30.38 | - |
| YUV | 113.59 | 145.72 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 145 | 0.74 | 0 | 0.01 | 0.43 | 179.44 | 0.59 | 0.36 |
| Hex | 26 | 92 | 91 | 4A | 0 | 1 | 2B | B3 | 3B | 24 |
| Octal | 46 | 222 | 221 | 112 | 0 | 1 | 53 | 263 | 73 | 44 |
| Binary | 100110 | 10010010 | 10010001 | 1001010 | 0 | 1 | 101011 | 10110011 | 111011 | 100100 |
Color Harmonies of #269291
Complementary color
Monochromatic Colors of #269291
Black with #269291
Text Example
Text Example
White with #269291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269291; }
p { color: rgb(38,146,145); }
H1.HeaderClassName
{
color: #269291;
}
.AnyTagClassName
{
color: #269291;
}
</style>
background-color css
<style>
a { background-color: #269291; }
a { background-color: rgb(38,146,145); }
div.DivClassName
{
background-color: #269291;
}
.BgClassName
{
background-color: #269291;
}
</style>
border-color css
<style>
span { border-color: #269291; }
span { border-color: rgb(38,146,145); }
td.TdClassName
{
border-color: #269291;
}
.TagClassName
{
border-color: #269291;
}
</style>