Shades of Java #269385
Tints of Java #269385
RGB
CMYK
RGB Variations
Color information
#269385 (or 0x269385) is known color: Java. HEX triplet: 26, 93 and 85. RGB value is (38,147,133). Sum of RGB (Red+Green+Blue) = 38+147+133=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #269385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269385 is #D96C7A. Grayscale: #707070. Windows color (decimal): -14249083 or 8753958. OLE color: 8753958.
HSL color Cylindrical-coordinate representation of color #269385: hue angle of 172.29º 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 #269385 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 133 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.42 |
| HSL | 172.29º | 0.59% | 0.36% | - |
| HSV(B) | 172.29º | 0.74% | 0.58% | - |
| XYZ | 15.47 | 22.97 | 25.81 | - |
| YUV | 112.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 133 | 0.74 | 0 | 0.10 | 0.42 | 172.29 | 0.59 | 0.36 |
| Hex | 26 | 93 | 85 | 4A | 0 | A | 2A | AC | 3B | 24 |
| Octal | 46 | 223 | 205 | 112 | 0 | 12 | 52 | 254 | 73 | 44 |
| Binary | 100110 | 10010011 | 10000101 | 1001010 | 0 | 1010 | 101010 | 10101100 | 111011 | 100100 |
Color Harmonies of #269385
Complementary color
Monochromatic Colors of #269385
Black with #269385
Text Example
Text Example
White with #269385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269385; }
p { color: rgb(38,147,133); }
H1.HeaderClassName
{
color: #269385;
}
.AnyTagClassName
{
color: #269385;
}
</style>
background-color css
<style>
a { background-color: #269385; }
a { background-color: rgb(38,147,133); }
div.DivClassName
{
background-color: #269385;
}
.BgClassName
{
background-color: #269385;
}
</style>
border-color css
<style>
span { border-color: #269385; }
span { border-color: rgb(38,147,133); }
td.TdClassName
{
border-color: #269385;
}
.TagClassName
{
border-color: #269385;
}
</style>