Shades of Java #269092
Tints of Java #269092
RGB
CMYK
RGB Variations
Color information
#269092 (or 0x269092) is known color: Java. HEX triplet: 26, 90 and 92. RGB value is (38,144,146). Sum of RGB (Red+Green+Blue) = 38+144+146=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #269092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269092 is #D96F6D. Grayscale: #707070. Windows color (decimal): -14249838 or 9605158. OLE color: 9605158.
HSL color Cylindrical-coordinate representation of color #269092: hue angle of 181.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269092 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 144 | 146 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.43 |
| HSL | 181.11º | 0.59% | 0.36% | - |
| HSV(B) | 181.11º | 0.74% | 0.57% | - |
| XYZ | 15.96 | 22.43 | 30.68 | - |
| YUV | 112.53 | 146.88 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 146 | 0.74 | 0.01 | 0 | 0.43 | 181.11 | 0.59 | 0.36 |
| Hex | 26 | 90 | 92 | 4A | 1 | 0 | 2B | B5 | 3B | 24 |
| Octal | 46 | 220 | 222 | 112 | 1 | 0 | 53 | 265 | 73 | 44 |
| Binary | 100110 | 10010000 | 10010010 | 1001010 | 1 | 0 | 101011 | 10110101 | 111011 | 100100 |
Color Harmonies of #269092
Complementary color
Monochromatic Colors of #269092
Black with #269092
Text Example
Text Example
White with #269092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269092; }
p { color: rgb(38,144,146); }
H1.HeaderClassName
{
color: #269092;
}
.AnyTagClassName
{
color: #269092;
}
</style>
background-color css
<style>
a { background-color: #269092; }
a { background-color: rgb(38,144,146); }
div.DivClassName
{
background-color: #269092;
}
.BgClassName
{
background-color: #269092;
}
</style>
border-color css
<style>
span { border-color: #269092; }
span { border-color: rgb(38,144,146); }
td.TdClassName
{
border-color: #269092;
}
.TagClassName
{
border-color: #269092;
}
</style>