Shades of Java #268792
Tints of Java #268792
RGB
CMYK
RGB Variations
Color information
#268792 (or 0x268792) is known color: Java. HEX triplet: 26, 87 and 92. RGB value is (38,135,146). Sum of RGB (Red+Green+Blue) = 38+135+146=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #268792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268792 is #D9786D. Grayscale: #6B6B6B. Windows color (decimal): -14252142 or 9602854. OLE color: 9602854.
HSL color Cylindrical-coordinate representation of color #268792: hue angle of 186.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 #268792 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 135 | 146 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.43 |
| HSL | 186.11º | 0.59% | 0.36% | - |
| HSV(B) | 186.11º | 0.74% | 0.57% | - |
| XYZ | 14.65 | 19.82 | 30.25 | - |
| YUV | 107.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 135 | 146 | 0.74 | 0.08 | 0 | 0.43 | 186.11 | 0.59 | 0.36 |
| Hex | 26 | 87 | 92 | 4A | 8 | 0 | 2B | BA | 3B | 24 |
| Octal | 46 | 207 | 222 | 112 | 10 | 0 | 53 | 272 | 73 | 44 |
| Binary | 100110 | 10000111 | 10010010 | 1001010 | 1000 | 0 | 101011 | 10111010 | 111011 | 100100 |
Color Harmonies of #268792
Complementary color
Monochromatic Colors of #268792
Black with #268792
Text Example
Text Example
White with #268792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268792; }
p { color: rgb(38,135,146); }
H1.HeaderClassName
{
color: #268792;
}
.AnyTagClassName
{
color: #268792;
}
</style>
background-color css
<style>
a { background-color: #268792; }
a { background-color: rgb(38,135,146); }
div.DivClassName
{
background-color: #268792;
}
.BgClassName
{
background-color: #268792;
}
</style>
border-color css
<style>
span { border-color: #268792; }
span { border-color: rgb(38,135,146); }
td.TdClassName
{
border-color: #268792;
}
.TagClassName
{
border-color: #268792;
}
</style>