Shades of Java #269492
Tints of Java #269492
RGB
CMYK
RGB Variations
Color information
#269492 (or 0x269492) is known color: Java. HEX triplet: 26, 94 and 92. RGB value is (38,148,146). Sum of RGB (Red+Green+Blue) = 38+148+146=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #269492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269492 is #D96B6D. Grayscale: #727272. Windows color (decimal): -14248814 or 9606182. OLE color: 9606182.
HSL color Cylindrical-coordinate representation of color #269492: hue angle of 178.91º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269492 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 148 | 146 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.42 |
| HSL | 178.91º | 0.59% | 0.36% | - |
| HSV(B) | 178.91º | 0.74% | 0.58% | - |
| XYZ | 16.58 | 23.67 | 30.89 | - |
| YUV | 114.88 | 145.56 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 146 | 0.74 | 0 | 0.01 | 0.42 | 178.91 | 0.59 | 0.36 |
| Hex | 26 | 94 | 92 | 4A | 0 | 1 | 2A | B3 | 3B | 24 |
| Octal | 46 | 224 | 222 | 112 | 0 | 1 | 52 | 263 | 73 | 44 |
| Binary | 100110 | 10010100 | 10010010 | 1001010 | 0 | 1 | 101010 | 10110011 | 111011 | 100100 |
Color Harmonies of #269492
Complementary color
Monochromatic Colors of #269492
Black with #269492
Text Example
Text Example
White with #269492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269492; }
p { color: rgb(38,148,146); }
H1.HeaderClassName
{
color: #269492;
}
.AnyTagClassName
{
color: #269492;
}
</style>
background-color css
<style>
a { background-color: #269492; }
a { background-color: rgb(38,148,146); }
div.DivClassName
{
background-color: #269492;
}
.BgClassName
{
background-color: #269492;
}
</style>
border-color css
<style>
span { border-color: #269492; }
span { border-color: rgb(38,148,146); }
td.TdClassName
{
border-color: #269492;
}
.TagClassName
{
border-color: #269492;
}
</style>