Shades of Java #269DA4
Tints of Java #269DA4
RGB
CMYK
RGB Variations
Color information
#269DA4 (or 0x269DA4) is known color: Java. HEX triplet: 26, 9D and A4. RGB value is (38,157,164). Sum of RGB (Red+Green+Blue) = 38+157+164=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #269DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269DA4 is #D9625B. Grayscale: #7A7A7A. Windows color (decimal): -14246492 or 10788134. OLE color: 10788134.
HSL color Cylindrical-coordinate representation of color #269DA4: hue angle of 183.33º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269DA4 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 157 | 164 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.36 |
| HSL | 183.33º | 0.62% | 0.4% | - |
| HSV(B) | 183.33º | 0.77% | 0.64% | - |
| XYZ | 19.56 | 27.21 | 39.34 | - |
| YUV | 122.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 164 | 0.77 | 0.04 | 0 | 0.36 | 183.33 | 0.62 | 0.4 |
| Hex | 26 | 9D | A4 | 4D | 4 | 0 | 24 | B7 | 3E | 28 |
| Octal | 46 | 235 | 244 | 115 | 4 | 0 | 44 | 267 | 76 | 50 |
| Binary | 100110 | 10011101 | 10100100 | 1001101 | 100 | 0 | 100100 | 10110111 | 111110 | 101000 |
Color Harmonies of #269DA4
Complementary color
Monochromatic Colors of #269DA4
Black with #269DA4
Text Example
Text Example
White with #269DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DA4; }
p { color: rgb(38,157,164); }
H1.HeaderClassName
{
color: #269DA4;
}
.AnyTagClassName
{
color: #269DA4;
}
</style>
background-color css
<style>
a { background-color: #269DA4; }
a { background-color: rgb(38,157,164); }
div.DivClassName
{
background-color: #269DA4;
}
.BgClassName
{
background-color: #269DA4;
}
</style>
border-color css
<style>
span { border-color: #269DA4; }
span { border-color: rgb(38,157,164); }
td.TdClassName
{
border-color: #269DA4;
}
.TagClassName
{
border-color: #269DA4;
}
</style>