Shades of Java #269285
Tints of Java #269285
RGB
CMYK
RGB Variations
Color information
#269285 (or 0x269285) is known color: Java. HEX triplet: 26, 92 and 85. RGB value is (38,146,133). Sum of RGB (Red+Green+Blue) = 38+146+133=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #269285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269285 is #D96D7A. Grayscale: #707070. Windows color (decimal): -14249339 or 8753702. OLE color: 8753702.
HSL color Cylindrical-coordinate representation of color #269285: hue angle of 172.78º 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 #269285 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 133 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.43 |
| HSL | 172.78º | 0.59% | 0.36% | - |
| HSV(B) | 172.78º | 0.74% | 0.57% | - |
| XYZ | 15.31 | 22.66 | 25.76 | - |
| YUV | 112.23 | 139.72 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 133 | 0.74 | 0 | 0.09 | 0.43 | 172.78 | 0.59 | 0.36 |
| Hex | 26 | 92 | 85 | 4A | 0 | 9 | 2B | AD | 3B | 24 |
| Octal | 46 | 222 | 205 | 112 | 0 | 11 | 53 | 255 | 73 | 44 |
| Binary | 100110 | 10010010 | 10000101 | 1001010 | 0 | 1001 | 101011 | 10101101 | 111011 | 100100 |
Color Harmonies of #269285
Complementary color
Monochromatic Colors of #269285
Black with #269285
Text Example
Text Example
White with #269285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269285; }
p { color: rgb(38,146,133); }
H1.HeaderClassName
{
color: #269285;
}
.AnyTagClassName
{
color: #269285;
}
</style>
background-color css
<style>
a { background-color: #269285; }
a { background-color: rgb(38,146,133); }
div.DivClassName
{
background-color: #269285;
}
.BgClassName
{
background-color: #269285;
}
</style>
border-color css
<style>
span { border-color: #269285; }
span { border-color: rgb(38,146,133); }
td.TdClassName
{
border-color: #269285;
}
.TagClassName
{
border-color: #269285;
}
</style>