Shades of Java #269FA3
Tints of Java #269FA3
RGB
CMYK
RGB Variations
Color information
#269FA3 (or 0x269FA3) is known color: Java. HEX triplet: 26, 9F and A3. RGB value is (38,159,163). Sum of RGB (Red+Green+Blue) = 38+159+163=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #269FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269FA3 is #D9605C. Grayscale: #7B7B7B. Windows color (decimal): -14245981 or 10723110. OLE color: 10723110.
HSL color Cylindrical-coordinate representation of color #269FA3: hue angle of 181.92º 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 #269FA3 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 159 | 163 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.36 |
| HSL | 181.92º | 0.62% | 0.39% | - |
| HSV(B) | 181.92º | 0.77% | 0.64% | - |
| XYZ | 19.81 | 27.85 | 38.98 | - |
| YUV | 123.28 | 150.41 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 163 | 0.77 | 0.02 | 0 | 0.36 | 181.92 | 0.62 | 0.39 |
| Hex | 26 | 9F | A3 | 4D | 2 | 0 | 24 | B6 | 3E | 27 |
| Octal | 46 | 237 | 243 | 115 | 2 | 0 | 44 | 266 | 76 | 47 |
| Binary | 100110 | 10011111 | 10100011 | 1001101 | 10 | 0 | 100100 | 10110110 | 111110 | 100111 |
Color Harmonies of #269FA3
Complementary color
Monochromatic Colors of #269FA3
Black with #269FA3
Text Example
Text Example
White with #269FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FA3; }
p { color: rgb(38,159,163); }
H1.HeaderClassName
{
color: #269FA3;
}
.AnyTagClassName
{
color: #269FA3;
}
</style>
background-color css
<style>
a { background-color: #269FA3; }
a { background-color: rgb(38,159,163); }
div.DivClassName
{
background-color: #269FA3;
}
.BgClassName
{
background-color: #269FA3;
}
</style>
border-color css
<style>
span { border-color: #269FA3; }
span { border-color: rgb(38,159,163); }
td.TdClassName
{
border-color: #269FA3;
}
.TagClassName
{
border-color: #269FA3;
}
</style>