Shades of Java #268D92
Tints of Java #268D92
RGB
CMYK
RGB Variations
Color information
#268D92 (or 0x268D92) is known color: Java. HEX triplet: 26, 8D and 92. RGB value is (38,141,146). Sum of RGB (Red+Green+Blue) = 38+141+146=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #268D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268D92 is #D9726D. Grayscale: #6E6E6E. Windows color (decimal): -14250606 or 9604390. OLE color: 9604390.
HSL color Cylindrical-coordinate representation of color #268D92: hue angle of 182.78º 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 #268D92 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 141 | 146 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.43 |
| HSL | 182.78º | 0.59% | 0.36% | - |
| HSV(B) | 182.78º | 0.74% | 0.57% | - |
| XYZ | 15.51 | 21.54 | 30.53 | - |
| YUV | 110.77 | 147.88 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 141 | 146 | 0.74 | 0.03 | 0 | 0.43 | 182.78 | 0.59 | 0.36 |
| Hex | 26 | 8D | 92 | 4A | 3 | 0 | 2B | B7 | 3B | 24 |
| Octal | 46 | 215 | 222 | 112 | 3 | 0 | 53 | 267 | 73 | 44 |
| Binary | 100110 | 10001101 | 10010010 | 1001010 | 11 | 0 | 101011 | 10110111 | 111011 | 100100 |
Color Harmonies of #268D92
Complementary color
Monochromatic Colors of #268D92
Black with #268D92
Text Example
Text Example
White with #268D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268D92; }
p { color: rgb(38,141,146); }
H1.HeaderClassName
{
color: #268D92;
}
.AnyTagClassName
{
color: #268D92;
}
</style>
background-color css
<style>
a { background-color: #268D92; }
a { background-color: rgb(38,141,146); }
div.DivClassName
{
background-color: #268D92;
}
.BgClassName
{
background-color: #268D92;
}
</style>
border-color css
<style>
span { border-color: #268D92; }
span { border-color: rgb(38,141,146); }
td.TdClassName
{
border-color: #268D92;
}
.TagClassName
{
border-color: #268D92;
}
</style>