Shades of Java #269CA2
Tints of Java #269CA2
RGB
CMYK
RGB Variations
Color information
#269CA2 (or 0x269CA2) is known color: Java. HEX triplet: 26, 9C and A2. RGB value is (38,156,162). Sum of RGB (Red+Green+Blue) = 38+156+162=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 162 - color contains mainly: blue. Hex color #269CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269CA2 is #D9635D. Grayscale: #797979. Windows color (decimal): -14246750 or 10656806. OLE color: 10656806.
HSL color Cylindrical-coordinate representation of color #269CA2: hue angle of 182.9º 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 #269CA2 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 156 | 162 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.36 |
| HSL | 182.9º | 0.62% | 0.39% | - |
| HSV(B) | 182.9º | 0.77% | 0.64% | - |
| XYZ | 19.21 | 26.8 | 38.34 | - |
| YUV | 121.4 | 150.91 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 162 | 0.77 | 0.04 | 0 | 0.36 | 182.9 | 0.62 | 0.39 |
| Hex | 26 | 9C | A2 | 4D | 4 | 0 | 24 | B7 | 3E | 27 |
| Octal | 46 | 234 | 242 | 115 | 4 | 0 | 44 | 267 | 76 | 47 |
| Binary | 100110 | 10011100 | 10100010 | 1001101 | 100 | 0 | 100100 | 10110111 | 111110 | 100111 |
Color Harmonies of #269CA2
Complementary color
Monochromatic Colors of #269CA2
Black with #269CA2
Text Example
Text Example
White with #269CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CA2; }
p { color: rgb(38,156,162); }
H1.HeaderClassName
{
color: #269CA2;
}
.AnyTagClassName
{
color: #269CA2;
}
</style>
background-color css
<style>
a { background-color: #269CA2; }
a { background-color: rgb(38,156,162); }
div.DivClassName
{
background-color: #269CA2;
}
.BgClassName
{
background-color: #269CA2;
}
</style>
border-color css
<style>
span { border-color: #269CA2; }
span { border-color: rgb(38,156,162); }
td.TdClassName
{
border-color: #269CA2;
}
.TagClassName
{
border-color: #269CA2;
}
</style>