Shades of Java #269493
Tints of Java #269493
RGB
CMYK
RGB Variations
Color information
#269493 (or 0x269493) is known color: Java. HEX triplet: 26, 94 and 93. RGB value is (38,148,147). Sum of RGB (Red+Green+Blue) = 38+148+147=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 148 - color contains mainly: green. Hex color #269493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269493 is #D96B6C. Grayscale: #727272. Windows color (decimal): -14248813 or 9671718. OLE color: 9671718.
HSL color Cylindrical-coordinate representation of color #269493: hue angle of 179.45º 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 #269493 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 148 | 147 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.42 |
| HSL | 179.45º | 0.59% | 0.36% | - |
| HSV(B) | 179.45º | 0.74% | 0.58% | - |
| XYZ | 16.66 | 23.7 | 31.3 | - |
| YUV | 115 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 147 | 0.74 | 0 | 0.01 | 0.42 | 179.45 | 0.59 | 0.36 |
| Hex | 26 | 94 | 93 | 4A | 0 | 1 | 2A | B3 | 3B | 24 |
| Octal | 46 | 224 | 223 | 112 | 0 | 1 | 52 | 263 | 73 | 44 |
| Binary | 100110 | 10010100 | 10010011 | 1001010 | 0 | 1 | 101010 | 10110011 | 111011 | 100100 |
Color Harmonies of #269493
Complementary color
Monochromatic Colors of #269493
Black with #269493
Text Example
Text Example
White with #269493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269493; }
p { color: rgb(38,148,147); }
H1.HeaderClassName
{
color: #269493;
}
.AnyTagClassName
{
color: #269493;
}
</style>
background-color css
<style>
a { background-color: #269493; }
a { background-color: rgb(38,148,147); }
div.DivClassName
{
background-color: #269493;
}
.BgClassName
{
background-color: #269493;
}
</style>
border-color css
<style>
span { border-color: #269493; }
span { border-color: rgb(38,148,147); }
td.TdClassName
{
border-color: #269493;
}
.TagClassName
{
border-color: #269493;
}
</style>