Shades of Java #269288
Tints of Java #269288
RGB
CMYK
RGB Variations
Color information
#269288 (or 0x269288) is known color: Java. HEX triplet: 26, 92 and 88. RGB value is (38,146,136). Sum of RGB (Red+Green+Blue) = 38+146+136=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #269288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269288 is #D96D77. Grayscale: #707070. Windows color (decimal): -14249336 or 8950310. OLE color: 8950310.
HSL color Cylindrical-coordinate representation of color #269288: hue angle of 174.44º 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 #269288 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 146 | 136 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.43 |
| HSL | 174.44º | 0.59% | 0.36% | - |
| HSV(B) | 174.44º | 0.74% | 0.57% | - |
| XYZ | 15.52 | 22.75 | 26.87 | - |
| YUV | 112.57 | 141.22 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 136 | 0.74 | 0 | 0.07 | 0.43 | 174.44 | 0.59 | 0.36 |
| Hex | 26 | 92 | 88 | 4A | 0 | 7 | 2B | AE | 3B | 24 |
| Octal | 46 | 222 | 210 | 112 | 0 | 7 | 53 | 256 | 73 | 44 |
| Binary | 100110 | 10010010 | 10001000 | 1001010 | 0 | 111 | 101011 | 10101110 | 111011 | 100100 |
Color Harmonies of #269288
Complementary color
Monochromatic Colors of #269288
Black with #269288
Text Example
Text Example
White with #269288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269288; }
p { color: rgb(38,146,136); }
H1.HeaderClassName
{
color: #269288;
}
.AnyTagClassName
{
color: #269288;
}
</style>
background-color css
<style>
a { background-color: #269288; }
a { background-color: rgb(38,146,136); }
div.DivClassName
{
background-color: #269288;
}
.BgClassName
{
background-color: #269288;
}
</style>
border-color css
<style>
span { border-color: #269288; }
span { border-color: rgb(38,146,136); }
td.TdClassName
{
border-color: #269288;
}
.TagClassName
{
border-color: #269288;
}
</style>