Shades of Java #269793
Tints of Java #269793
RGB
CMYK
RGB Variations
Color information
#269793 (or 0x269793) is known color: Java. HEX triplet: 26, 97 and 93. RGB value is (38,151,147). Sum of RGB (Red+Green+Blue) = 38+151+147=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #269793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269793 is #D9686C. Grayscale: #747474. Windows color (decimal): -14248045 or 9672486. OLE color: 9672486.
HSL color Cylindrical-coordinate representation of color #269793: hue angle of 177.88º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269793 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 151 | 147 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.41 |
| HSL | 177.88º | 0.6% | 0.37% | - |
| HSV(B) | 177.88º | 0.75% | 0.59% | - |
| XYZ | 17.13 | 24.65 | 31.46 | - |
| YUV | 116.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 151 | 147 | 0.75 | 0 | 0.03 | 0.41 | 177.88 | 0.6 | 0.37 |
| Hex | 26 | 97 | 93 | 4B | 0 | 3 | 29 | B2 | 3C | 25 |
| Octal | 46 | 227 | 223 | 113 | 0 | 3 | 51 | 262 | 74 | 45 |
| Binary | 100110 | 10010111 | 10010011 | 1001011 | 0 | 11 | 101001 | 10110010 | 111100 | 100101 |
Color Harmonies of #269793
Complementary color
Monochromatic Colors of #269793
Black with #269793
Text Example
Text Example
White with #269793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269793; }
p { color: rgb(38,151,147); }
H1.HeaderClassName
{
color: #269793;
}
.AnyTagClassName
{
color: #269793;
}
</style>
background-color css
<style>
a { background-color: #269793; }
a { background-color: rgb(38,151,147); }
div.DivClassName
{
background-color: #269793;
}
.BgClassName
{
background-color: #269793;
}
</style>
border-color css
<style>
span { border-color: #269793; }
span { border-color: rgb(38,151,147); }
td.TdClassName
{
border-color: #269793;
}
.TagClassName
{
border-color: #269793;
}
</style>