Shades of Java #269DA1
Tints of Java #269DA1
RGB
CMYK
RGB Variations
Color information
#269DA1 (or 0x269DA1) is known color: Java. HEX triplet: 26, 9D and A1. RGB value is (38,157,161). Sum of RGB (Red+Green+Blue) = 38+157+161=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #269DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269DA1 is #D9625E. Grayscale: #797979. Windows color (decimal): -14246495 or 10591526. OLE color: 10591526.
HSL color Cylindrical-coordinate representation of color #269DA1: hue angle of 181.95º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269DA1 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 38 | 157 | 161 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.37 |
| HSL | 181.95º | 0.62% | 0.39% | - |
| HSV(B) | 181.95º | 0.76% | 0.63% | - |
| XYZ | 19.29 | 27.1 | 37.93 | - |
| YUV | 121.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 161 | 0.76 | 0.02 | 0 | 0.37 | 181.95 | 0.62 | 0.39 |
| Hex | 26 | 9D | A1 | 4C | 2 | 0 | 25 | B6 | 3E | 27 |
| Octal | 46 | 235 | 241 | 114 | 2 | 0 | 45 | 266 | 76 | 47 |
| Binary | 100110 | 10011101 | 10100001 | 1001100 | 10 | 0 | 100101 | 10110110 | 111110 | 100111 |
Color Harmonies of #269DA1
Complementary color
Monochromatic Colors of #269DA1
Black with #269DA1
Text Example
Text Example
White with #269DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DA1; }
p { color: rgb(38,157,161); }
H1.HeaderClassName
{
color: #269DA1;
}
.AnyTagClassName
{
color: #269DA1;
}
</style>
background-color css
<style>
a { background-color: #269DA1; }
a { background-color: rgb(38,157,161); }
div.DivClassName
{
background-color: #269DA1;
}
.BgClassName
{
background-color: #269DA1;
}
</style>
border-color css
<style>
span { border-color: #269DA1; }
span { border-color: rgb(38,157,161); }
td.TdClassName
{
border-color: #269DA1;
}
.TagClassName
{
border-color: #269DA1;
}
</style>