Shades of Java #269195
Tints of Java #269195
RGB
CMYK
RGB Variations
Color information
#269195 (or 0x269195) is known color: Java. HEX triplet: 26, 91 and 95. RGB value is (38,145,149). Sum of RGB (Red+Green+Blue) = 38+145+149=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #269195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269195 is #D96E6A. Grayscale: #717171. Windows color (decimal): -14249579 or 9802022. OLE color: 9802022.
HSL color Cylindrical-coordinate representation of color #269195: hue angle of 182.16º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269195 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 145 | 149 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.42 |
| HSL | 182.16º | 0.59% | 0.37% | - |
| HSV(B) | 182.16º | 0.74% | 0.58% | - |
| XYZ | 16.35 | 22.83 | 31.98 | - |
| YUV | 113.46 | 148.05 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 145 | 149 | 0.74 | 0.03 | 0 | 0.42 | 182.16 | 0.59 | 0.37 |
| Hex | 26 | 91 | 95 | 4A | 3 | 0 | 2A | B6 | 3B | 25 |
| Octal | 46 | 221 | 225 | 112 | 3 | 0 | 52 | 266 | 73 | 45 |
| Binary | 100110 | 10010001 | 10010101 | 1001010 | 11 | 0 | 101010 | 10110110 | 111011 | 100101 |
Color Harmonies of #269195
Complementary color
Monochromatic Colors of #269195
Black with #269195
Text Example
Text Example
White with #269195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269195; }
p { color: rgb(38,145,149); }
H1.HeaderClassName
{
color: #269195;
}
.AnyTagClassName
{
color: #269195;
}
</style>
background-color css
<style>
a { background-color: #269195; }
a { background-color: rgb(38,145,149); }
div.DivClassName
{
background-color: #269195;
}
.BgClassName
{
background-color: #269195;
}
</style>
border-color css
<style>
span { border-color: #269195; }
span { border-color: rgb(38,145,149); }
td.TdClassName
{
border-color: #269195;
}
.TagClassName
{
border-color: #269195;
}
</style>