Shades of Java #269EA3
Tints of Java #269EA3
RGB
CMYK
RGB Variations
Color information
#269EA3 (or 0x269EA3) is known color: Java. HEX triplet: 26, 9E and A3. RGB value is (38,158,163). Sum of RGB (Red+Green+Blue) = 38+158+163=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #269EA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269EA3 is #D9615C. Grayscale: #7A7A7A. Windows color (decimal): -14246237 or 10722854. OLE color: 10722854.
HSL color Cylindrical-coordinate representation of color #269EA3: hue angle of 182.4º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269EA3 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 158 | 163 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.36 |
| HSL | 182.4º | 0.62% | 0.39% | - |
| HSV(B) | 182.4º | 0.77% | 0.64% | - |
| XYZ | 19.64 | 27.51 | 38.93 | - |
| YUV | 122.69 | 150.74 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 163 | 0.77 | 0.03 | 0 | 0.36 | 182.4 | 0.62 | 0.39 |
| Hex | 26 | 9E | A3 | 4D | 3 | 0 | 24 | B6 | 3E | 27 |
| Octal | 46 | 236 | 243 | 115 | 3 | 0 | 44 | 266 | 76 | 47 |
| Binary | 100110 | 10011110 | 10100011 | 1001101 | 11 | 0 | 100100 | 10110110 | 111110 | 100111 |
Color Harmonies of #269EA3
Complementary color
Monochromatic Colors of #269EA3
Black with #269EA3
Text Example
Text Example
White with #269EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269EA3; }
p { color: rgb(38,158,163); }
H1.HeaderClassName
{
color: #269EA3;
}
.AnyTagClassName
{
color: #269EA3;
}
</style>
background-color css
<style>
a { background-color: #269EA3; }
a { background-color: rgb(38,158,163); }
div.DivClassName
{
background-color: #269EA3;
}
.BgClassName
{
background-color: #269EA3;
}
</style>
border-color css
<style>
span { border-color: #269EA3; }
span { border-color: rgb(38,158,163); }
td.TdClassName
{
border-color: #269EA3;
}
.TagClassName
{
border-color: #269EA3;
}
</style>