Shades of Java #269DA3
Tints of Java #269DA3
RGB
CMYK
RGB Variations
Color information
#269DA3 (or 0x269DA3) is known color: Java. HEX triplet: 26, 9D and A3. RGB value is (38,157,163). Sum of RGB (Red+Green+Blue) = 38+157+163=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 163 - color contains mainly: blue. Hex color #269DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269DA3 is #D9625C. Grayscale: #797979. Windows color (decimal): -14246493 or 10722598. OLE color: 10722598.
HSL color Cylindrical-coordinate representation of color #269DA3: hue angle of 182.88º 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 #269DA3 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 157 | 163 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.36 |
| HSL | 182.88º | 0.62% | 0.39% | - |
| HSV(B) | 182.88º | 0.77% | 0.64% | - |
| XYZ | 19.47 | 27.17 | 38.87 | - |
| YUV | 122.1 | 151.08 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 163 | 0.77 | 0.04 | 0 | 0.36 | 182.88 | 0.62 | 0.39 |
| Hex | 26 | 9D | A3 | 4D | 4 | 0 | 24 | B7 | 3E | 27 |
| Octal | 46 | 235 | 243 | 115 | 4 | 0 | 44 | 267 | 76 | 47 |
| Binary | 100110 | 10011101 | 10100011 | 1001101 | 100 | 0 | 100100 | 10110111 | 111110 | 100111 |
Color Harmonies of #269DA3
Complementary color
Monochromatic Colors of #269DA3
Black with #269DA3
Text Example
Text Example
White with #269DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DA3; }
p { color: rgb(38,157,163); }
H1.HeaderClassName
{
color: #269DA3;
}
.AnyTagClassName
{
color: #269DA3;
}
</style>
background-color css
<style>
a { background-color: #269DA3; }
a { background-color: rgb(38,157,163); }
div.DivClassName
{
background-color: #269DA3;
}
.BgClassName
{
background-color: #269DA3;
}
</style>
border-color css
<style>
span { border-color: #269DA3; }
span { border-color: rgb(38,157,163); }
td.TdClassName
{
border-color: #269DA3;
}
.TagClassName
{
border-color: #269DA3;
}
</style>