Shades of Java #269383
Tints of Java #269383
RGB
CMYK
RGB Variations
Color information
#269383 (or 0x269383) is known color: Java. HEX triplet: 26, 93 and 83. RGB value is (38,147,131). Sum of RGB (Red+Green+Blue) = 38+147+131=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #269383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269383 is #D96C7C. Grayscale: #707070. Windows color (decimal): -14249085 or 8622886. OLE color: 8622886.
HSL color Cylindrical-coordinate representation of color #269383: hue angle of 171.19º 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 #269383 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 131 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.42 |
| HSL | 171.19º | 0.59% | 0.36% | - |
| HSV(B) | 171.19º | 0.74% | 0.58% | - |
| XYZ | 15.33 | 22.92 | 25.09 | - |
| YUV | 112.59 | 138.39 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 131 | 0.74 | 0 | 0.11 | 0.42 | 171.19 | 0.59 | 0.36 |
| Hex | 26 | 93 | 83 | 4A | 0 | B | 2A | AB | 3B | 24 |
| Octal | 46 | 223 | 203 | 112 | 0 | 13 | 52 | 253 | 73 | 44 |
| Binary | 100110 | 10010011 | 10000011 | 1001010 | 0 | 1011 | 101010 | 10101011 | 111011 | 100100 |
Color Harmonies of #269383
Complementary color
Monochromatic Colors of #269383
Black with #269383
Text Example
Text Example
White with #269383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269383; }
p { color: rgb(38,147,131); }
H1.HeaderClassName
{
color: #269383;
}
.AnyTagClassName
{
color: #269383;
}
</style>
background-color css
<style>
a { background-color: #269383; }
a { background-color: rgb(38,147,131); }
div.DivClassName
{
background-color: #269383;
}
.BgClassName
{
background-color: #269383;
}
</style>
border-color css
<style>
span { border-color: #269383; }
span { border-color: rgb(38,147,131); }
td.TdClassName
{
border-color: #269383;
}
.TagClassName
{
border-color: #269383;
}
</style>