Shades of Java #269283
Tints of Java #269283
RGB
CMYK
RGB Variations
Color information
#269283 (or 0x269283) is known color: Java. HEX triplet: 26, 92 and 83. RGB value is (38,146,131). Sum of RGB (Red+Green+Blue) = 38+146+131=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #269283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269283 is #D96D7C. Grayscale: #6F6F6F. Windows color (decimal): -14249341 or 8622630. OLE color: 8622630.
HSL color Cylindrical-coordinate representation of color #269283: hue angle of 171.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269283 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 131 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.43 |
| HSL | 171.67º | 0.59% | 0.36% | - |
| HSV(B) | 171.67º | 0.74% | 0.57% | - |
| XYZ | 15.17 | 22.61 | 25.04 | - |
| YUV | 112 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 131 | 0.74 | 0 | 0.10 | 0.43 | 171.67 | 0.59 | 0.36 |
| Hex | 26 | 92 | 83 | 4A | 0 | A | 2B | AC | 3B | 24 |
| Octal | 46 | 222 | 203 | 112 | 0 | 12 | 53 | 254 | 73 | 44 |
| Binary | 100110 | 10010010 | 10000011 | 1001010 | 0 | 1010 | 101011 | 10101100 | 111011 | 100100 |
Color Harmonies of #269283
Complementary color
Monochromatic Colors of #269283
Black with #269283
Text Example
Text Example
White with #269283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269283; }
p { color: rgb(38,146,131); }
H1.HeaderClassName
{
color: #269283;
}
.AnyTagClassName
{
color: #269283;
}
</style>
background-color css
<style>
a { background-color: #269283; }
a { background-color: rgb(38,146,131); }
div.DivClassName
{
background-color: #269283;
}
.BgClassName
{
background-color: #269283;
}
</style>
border-color css
<style>
span { border-color: #269283; }
span { border-color: rgb(38,146,131); }
td.TdClassName
{
border-color: #269283;
}
.TagClassName
{
border-color: #269283;
}
</style>